@@ -32,7 +32,7 @@ def pixel(self, x: int, y: int, color: Optional[bool] = None) -> Optional[bool]:
32
32
:param int x: The x coordinate of the pixel
33
33
:param int y: The y coordinate of the pixel
34
34
:param bool color: (Optional) The state to set the pixel
35
- :return: If `color` was not set, this returns the state of the pixel
35
+ :return: If `` color` ` was not set, this returns the state of the pixel
36
36
:rtype: bool
37
37
"""
38
38
if not 0 <= x <= 7 :
@@ -175,7 +175,7 @@ def pixel(self, x: int, y: int, color: Optional[bool] = None) -> Optional[bool]:
175
175
:param int x: The x coordinate of the pixel
176
176
:param int y: The y coordinate of the pixel
177
177
:param bool color: (Optional) The state to set the pixel
178
- :return: If `color` was not set, this returns the state of the pixel
178
+ :return: If `` color` ` was not set, this returns the state of the pixel
179
179
:rtype: bool
180
180
"""
181
181
@@ -198,7 +198,7 @@ def pixel(self, x: int, y: int, color: Optional[bool] = None) -> Optional[bool]:
198
198
:param int x: The x coordinate of the pixel
199
199
:param int y: The y coordinate of the pixel
200
200
:param bool color: (Optional) The state to set the pixel
201
- :return: If `color` was not set, this returns the state of the pixel
201
+ :return: If `` color` ` was not set, this returns the state of the pixel
202
202
:rtype: bool
203
203
"""
204
204
@@ -223,7 +223,7 @@ def pixel(self, x: int, y: int, color: Optional[bool] = None) -> Optional[bool]:
223
223
:param int x: The x coordinate of the pixel
224
224
:param int y: The y coordinate of the pixel
225
225
:param bool color: (Optional) The state to set the pixel
226
- :return: If `color` was not set, this returns the state of the pixel
226
+ :return: If `` color` ` was not set, this returns the state of the pixel
227
227
:rtype: bool
228
228
"""
229
229
if not 0 <= x <= 7 :
0 commit comments