diff options
author | Georg Brandl <georg@python.org> | 2010-08-02 23:18:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-02 23:18:35 (GMT) |
commit | 36f72d339698b651b944fc1ed227a57ecc81bd5e (patch) | |
tree | 733c932f1ee53fdcfc0c2fbe9f6683fd11d7085c /Demo | |
parent | 68642f5ed0100eb8c0b970bc9333af1d272bf4f8 (diff) | |
download | cpython-36f72d339698b651b944fc1ed227a57ecc81bd5e.zip cpython-36f72d339698b651b944fc1ed227a57ecc81bd5e.tar.gz cpython-36f72d339698b651b944fc1ed227a57ecc81bd5e.tar.bz2 |
Remove reference to removed faqwiz tool.
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 8af3420..5105e0f 100644 --- a/Demo/README +++ b/Demo/README @@ -13,7 +13,7 @@ subdirectories listed here are distributed. They are listed just in case I change my mind about them. -cgi CGI examples (see also ../Tools/faqwiz/.) +cgi CGI examples. classes Some examples of how to use classes. |