summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-07 09:57:59 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-07 09:57:59 (GMT)
commit46e4b07a8120ca0a09a03c7fceaa6f914acf47d5 (patch)
treea826bcbd65885e2570ec8b68845845f9420cf02e /Demo/tkinter
parent35820f77e41a8a41a695e08c041eed5e2e2ff3ef (diff)
downloadcpython-46e4b07a8120ca0a09a03c7fceaa6f914acf47d5.zip
cpython-46e4b07a8120ca0a09a03c7fceaa6f914acf47d5.tar.gz
cpython-46e4b07a8120ca0a09a03c7fceaa6f914acf47d5.tar.bz2
moved my examples to subdir guido
Diffstat (limited to 'Demo/tkinter')
-rw-r--r--Demo/tkinter/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/Demo/tkinter/README b/Demo/tkinter/README
index 7e72629..0cb8528 100644
--- a/Demo/tkinter/README
+++ b/Demo/tkinter/README
@@ -1,3 +1,2 @@
-These are some random examples of using Tk with Python.
-
+The subdirectory "guido" contains my original example set.
A more interesting and coherent collection is in the subdirectory "matt".