diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2017-11-05 07:37:50 -0600 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-11-05 15:37:50 +0200 |
commit | a5293b4ff2c1b5446947b4986f98ecf5d52432d4 (patch) | |
tree | be2f5e686be63814c02eabc61a899631ec7a08ac /Lib/turtle.py | |
parent | cf296537f164abeacd83011239881f75f290ed31 (diff) | |
download | cpython-a5293b4ff2c1b5446947b4986f98ecf5d52432d4.tar.gz cpython-a5293b4ff2c1b5446947b4986f98ecf5d52432d4.zip |
Fix miscellaneous typos (#4275)
Diffstat (limited to 'Lib/turtle.py')
-rw-r--r-- | Lib/turtle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py index b2623f16725..8909fe914e7 100644 --- a/Lib/turtle.py +++ b/Lib/turtle.py @@ -2194,7 +2194,7 @@ class TPen(object): If turtleshape is a polygon, outline and interior of that polygon is drawn with the newly set colors. - For mor info see: pencolor, fillcolor + For more info see: pencolor, fillcolor Example (for a Turtle instance named turtle): >>> turtle.color('red', 'green') |