summaryrefslogtreecommitdiff
path: root/Lib/turtle.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/turtle.py')
-rw-r--r--Lib/turtle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py
index b2623f1672..8909fe914e 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')