From c30b7b16ea03ad094917615940cd1a9ef53c4904 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Mon, 11 Mar 2013 17:57:08 -0400 Subject: Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. --- Lib/turtle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/turtle.py') diff --git a/Lib/turtle.py b/Lib/turtle.py index ac0c32cf21..18529a151d 100644 --- a/Lib/turtle.py +++ b/Lib/turtle.py @@ -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 -- cgit v1.2.1