Skip to content

Commit aa23cad

Browse files
authored
Merge pull request #31 from benetherington/patch-2
Fix typos in Sphinx class string
2 parents 36dd613 + 6d1a8fe commit aa23cad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adafruit_display_shapes/circle.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ class Circle(RoundRect):
3232
"""A circle.
3333
3434
:param x0: The x-position of the center.
35-
:param y0: The y-position of the center..
35+
:param y0: The y-position of the center.
3636
:param r: The radius of the circle.
37-
:param fill: The color to fill the rounded-corner rectangle. Can be a hex value for a color or
37+
:param fill: The color to fill the circle. Can be a hex value for a color or
3838
``None`` for transparent.
39-
:param outline: The outline of the rounded-corner rectangle. Can be a hex value for a color or
40-
``None`` for no outline.
39+
:param outline: The outline of the circle. Can be a hex value for a color or
40+
``None`` for no outline.
4141
:param stroke: Used for the outline. Will not change the radius.
4242
4343
"""

0 commit comments

Comments
 (0)