diff options
author | Georg Brandl <georg@python.org> | 2010-08-02 23:18:35 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-02 23:18:35 +0000 |
commit | 36f72d339698b651b944fc1ed227a57ecc81bd5e (patch) | |
tree | 733c932f1ee53fdcfc0c2fbe9f6683fd11d7085c /Demo | |
parent | 68642f5ed0100eb8c0b970bc9333af1d272bf4f8 (diff) | |
download | cpython-git-36f72d339698b651b944fc1ed227a57ecc81bd5e.tar.gz |
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 8af342050d..5105e0fbe5 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. |