summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo/about_turtledemo.txt
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-30 22:31:10 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-30 22:31:10 (GMT)
commit076cbae4b97cfb7764321f92d8506ef38366faca (patch)
treef051905b0d3a0d3c18e9f9907dc098b269917361 /Lib/turtledemo/about_turtledemo.txt
parent59b44721e37c214cb5f0288d81e7302b7622c45e (diff)
downloadcpython-076cbae4b97cfb7764321f92d8506ef38366faca.zip
cpython-076cbae4b97cfb7764321f92d8506ef38366faca.tar.gz
cpython-076cbae4b97cfb7764321f92d8506ef38366faca.tar.bz2
Add the missing __main__.py in the turtledemo package. It seems to have been lost during some mass rename action (r86095).
Diffstat (limited to 'Lib/turtledemo/about_turtledemo.txt')
-rw-r--r--Lib/turtledemo/about_turtledemo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/turtledemo/about_turtledemo.txt b/Lib/turtledemo/about_turtledemo.txt
index 54c25a5..a9009bd 100644
--- a/Lib/turtledemo/about_turtledemo.txt
+++ b/Lib/turtledemo/about_turtledemo.txt
@@ -1,9 +1,9 @@
--------------------------------------
- About turtleDemo.py
+ About this viewer
--------------------------------------
- Tiny demo Viewer to view turtle graphics example scripts.
+ Tiny demo viewer to view turtle graphics example scripts.
Quickly and dirtyly assembled by Gregor Lingl.
June, 2006