diff options
author | Guido van Rossum <guido@python.org> | 2001-03-21 14:18:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-03-21 14:18:12 (GMT) |
commit | f74c9dc870d4ee59142f8d548ffcf22f3710f0fe (patch) | |
tree | 83890630169f98d5a0c708e2288767129caed640 /Demo | |
parent | be0e7f4262ce79fd8fec2d923d6c5dee61d114f9 (diff) | |
download | cpython-f74c9dc870d4ee59142f8d548ffcf22f3710f0fe.zip cpython-f74c9dc870d4ee59142f8d548ffcf22f3710f0fe.tar.gz cpython-f74c9dc870d4ee59142f8d548ffcf22f3710f0fe.tar.bz2 |
Add newline to end of file.
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/README b/Demo/README index 49f8559..ac39f39 100644 --- a/Demo/README +++ b/Demo/README @@ -47,4 +47,4 @@ threads Demos that use the 'thread' module. (Currently these tkinter Demos using the Tk interface (including Matt Conway's excellent set of demos). -tix Demos using the Tix widget set addition to Tkinter.
\ No newline at end of file +tix Demos using the Tix widget set addition to Tkinter. |