summaryrefslogtreecommitdiff
path: root/Lib/turtle.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/turtle.py')
-rw-r--r--Lib/turtle.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py
index 2ca9db57c9..7edbb05958 100644
--- a/Lib/turtle.py
+++ b/Lib/turtle.py
@@ -856,8 +856,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