We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36dd613 + 6d1a8fe commit aa23cadCopy full SHA for aa23cad
adafruit_display_shapes/circle.py
@@ -32,12 +32,12 @@ class Circle(RoundRect):
32
"""A circle.
33
34
:param x0: The x-position of the center.
35
- :param y0: The y-position of the center..
+ :param y0: The y-position of the center.
36
: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
+ :param fill: The color to fill the circle. Can be a hex value for a color or
38
``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.
+ :param outline: The outline of the circle. Can be a hex value for a color or
+ ``None`` for no outline.
41
:param stroke: Used for the outline. Will not change the radius.
42
43
"""
0 commit comments