Skip to content

Commit a0f37cc

Browse files
committed
Remove 'Not implemented' note from docstring
1 parent a85fbb2 commit a0f37cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_turtle.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,7 @@ def circle(self, radius, extent=None, steps=None):
438438

439439
#pylint:disable=keyword-arg-before-vararg
440440
def dot(self, size=None, color=None):
441-
"""Not implemented
442-
443-
Draw a circular dot with diameter size, using color.
441+
"""Draw a circular dot with diameter size, using color.
444442
If size is not given, the maximum of pensize+4 and
445443
2*pensize is used.
446444

0 commit comments

Comments
 (0)