File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ class Circle(RoundRect):
32
32
"""A circle.
33
33
34
34
: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.
36
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
37
+ :param fill: The color to fill the circle . Can be a hex value for a color or
38
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.
39
+ :param outline: The outline of the circle . Can be a hex value for a color or
40
+ ``None`` for no outline.
41
41
:param stroke: Used for the outline. Will not change the radius.
42
42
43
43
"""
You can’t perform that action at this time.
0 commit comments