diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-09-10 10:38:28 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-09-10 10:38:28 (GMT) |
commit | 99e843b48e68818c1c7475e203250e2afa1bd1f1 (patch) | |
tree | 0e0588ace9b66180d023a8dfcd926b7cc050349c /Lib/turtle.py | |
parent | c7a070e998fea9aefea65bb8ffe6b03e00919472 (diff) | |
download | cpython-99e843b48e68818c1c7475e203250e2afa1bd1f1.zip cpython-99e843b48e68818c1c7475e203250e2afa1bd1f1.tar.gz cpython-99e843b48e68818c1c7475e203250e2afa1bd1f1.tar.bz2 |
Correct spelling in documentation and code comment
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 57cf3d9..8036b7f 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. |