summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-10 10:44:12 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-09-10 10:44:12 +0000
commitb61ede4ba2ab1abae5bd339fc30d010c74c8a312 (patch)
tree85279adeaddc1f0157da3ddd35033ade39b2a6d7 /Lib
parent0fc55a234f037d05a61d29eb1689ae727cd0ba05 (diff)
parent99e843b48e68818c1c7475e203250e2afa1bd1f1 (diff)
downloadcpython-git-b61ede4ba2ab1abae5bd339fc30d010c74c8a312.tar.gz
Merge spelling fixes from 3.5
Diffstat (limited to 'Lib')
-rw-r--r--Lib/turtle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py
index 57cf3d9c02..8036b7faaa 100644
--- a/Lib/turtle.py
+++ b/Lib/turtle.py
@@ -1035,7 +1035,7 @@ class TurtleScreen(TurtleScreenBase):
"""Set turtle-mode ('standard', 'logo' or 'world') and perform reset.
Optional argument:
- mode -- on of the strings 'standard', 'logo' or 'world'
+ mode -- one of the strings 'standard', 'logo' or 'world'
Mode 'standard' is compatible with turtle.py.
Mode 'logo' is compatible with most Logo-Turtle-Graphics.