mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Correct spelling in documentation and code comment
This commit is contained in:
parent
c7a070e998
commit
99e843b48e
3 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue