diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 17:56:17 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 17:56:17 -0400 |
commit | a70f60acf3283a0f4684a5d22bc710004f2f1ed3 (patch) | |
tree | 57f32165f01a48392b9813966ed6f88f03a7a493 /Lib/lib-tk/turtle.py | |
parent | ce9cc4910481ec96a4024ffe36475e2c9feebfa1 (diff) | |
download | cpython-git-a70f60acf3283a0f4684a5d22bc710004f2f1ed3.tar.gz |
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'Lib/lib-tk/turtle.py')
-rw-r--r-- | Lib/lib-tk/turtle.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/lib-tk/turtle.py b/Lib/lib-tk/turtle.py index aa4fe8475b..29540518b7 100644 --- a/Lib/lib-tk/turtle.py +++ b/Lib/lib-tk/turtle.py @@ -811,8 +811,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 |