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):
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 """
You can’t perform that action at this time.
0 commit comments