mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.
This commit is contained in:
parent
0158af38b7
commit
c30b7b16ea
13 changed files with 40 additions and 38 deletions
|
@ -857,8 +857,8 @@ class TurtleScreenBase(object):
|
|||
class Terminator (Exception):
|
||||
"""Will be raised in TurtleScreen.update, if _RUNNING becomes False.
|
||||
|
||||
Thus stops execution of turtle graphics script. Main purpose: use in
|
||||
in the Demo-Viewer turtle.Demo.py.
|
||||
This stops execution of a turtle graphics script.
|
||||
Main purpose: use in the Demo-Viewer turtle.Demo.py.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue