From: Georg Brandl Date: Mon, 24 May 2010 21:37:54 +0000 (+0000) Subject: #8616: update module name X-Git-Tag: v2.7rc1~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=574a857640191018341d59d8dd86661529fdbd58;p=thirdparty%2FPython%2Fcpython.git #8616: update module name --- diff --git a/Demo/turtle/turtleDemo.py b/Demo/turtle/turtleDemo.py index 3030d9107545..30b5e5bb348c 100644 --- a/Demo/turtle/turtleDemo.py +++ b/Demo/turtle/turtleDemo.py @@ -212,7 +212,7 @@ class DemoWindow(object): self.text.delete("1.0", "end") self.text.insert("1.0",chars) direc, fname = os.path.split(filename) - self.root.title(fname[6:-3]+" - an xturtle example") + self.root.title(fname[6:-3]+" - a Python turtle graphics example") self.module = __import__(fname[:-3]) reload(self.module) self.configGUI(NORMAL, NORMAL, DISABLED, DISABLED,