Skip to content

Commit cede4f4

Browse files
committed
Shorten comment line length
1 parent c9d695e commit cede4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_framebuf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ def vline(self, x, y, height, color):
216216
self.rect(x, y, 1, height, color, fill=True)
217217

218218
def circle(self, center_x, center_y, radius, color):
219-
"""Draw a circle at the given midpoint location, radius and color. The ```circle``` method draws only
220-
a 1 pixel outline."""
219+
"""Draw a circle at the given midpoint location, radius and color.
220+
The ```circle``` method draws only a 1 pixel outline."""
221221
x = radius - 1
222222
y = 0
223223
d_x = 1

0 commit comments

Comments
 (0)