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 | fcc8a0f0f561af9cf4c7975691a883ff401f3401 (patch) | |
tree | cdd1006b9860397cf99efb9828ebc1c46b94fde1 /Lib/lib-tk/turtle.py | |
parent | ad6a99c0111a9291b5b0c09507cd821e9c4937fb (diff) | |
download | cpython-fcc8a0f0f561af9cf4c7975691a883ff401f3401.zip cpython-fcc8a0f0f561af9cf4c7975691a883ff401f3401.tar.gz cpython-fcc8a0f0f561af9cf4c7975691a883ff401f3401.tar.bz2 |
Correct spelling in documentation and code comments
Diffstat (limited to 'Lib/lib-tk/turtle.py')
-rw-r--r-- | Lib/lib-tk/turtle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/turtle.py b/Lib/lib-tk/turtle.py index 635f48d..7444d45 100644 --- a/Lib/lib-tk/turtle.py +++ b/Lib/lib-tk/turtle.py @@ -981,7 +981,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. |