]> granicus.if.org Git - python/commitdiff
#8616: update module name
authorGeorg Brandl <georg@python.org>
Mon, 24 May 2010 21:37:54 +0000 (21:37 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 24 May 2010 21:37:54 +0000 (21:37 +0000)
Demo/turtle/turtleDemo.py

index 3030d910754587c35b3e6c22cd3575c257d143e4..30b5e5bb348c533b1b583b3ed71ba0bd1364361e 100644 (file)
@@ -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,