Correct spelling in documentation and code comment

This commit is contained in:
Martin Panter 2016-09-10 10:38:28 +00:00
parent c7a070e998
commit 99e843b48e
3 changed files with 4 additions and 4 deletions

View file

@ -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.