diff options
author | Guido van Rossum <guido@python.org> | 1997-05-26 06:14:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-26 06:14:02 (GMT) |
commit | b1d8a259e316c283a1d396cff4d46eace83ee712 (patch) | |
tree | ca98cc04620c9293f90dd1ebf493c4870784ae29 /Tools | |
parent | 2305231acd35218a74cabb2ec6c7e6501575afab (diff) | |
download | cpython-b1d8a259e316c283a1d396cff4d46eace83ee712.zip cpython-b1d8a259e316c283a1d396cff4d46eace83ee712.tar.gz cpython-b1d8a259e316c283a1d396cff4d46eace83ee712.tar.bz2 |
Oops, checked in the wrong SHORTNAME value.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/faqwiz/faqcust.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py index bc6ebea..51c3383 100644 --- a/Tools/faqwiz/faqcust.py +++ b/Tools/faqwiz/faqcust.py @@ -1,4 +1,4 @@ -SHORTNAME = "Generic" +SHORTNAME = "Python" PASSWORD = "Spam" SECTION_TITLES = { 1: "General information and availability", |