commit | b1d8a259e316c283a1d396cff4d46eace83ee712 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon May 26 06:14:02 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon May 26 06:14:02 1997 +0000 |
tree | ca98cc04620c9293f90dd1ebf493c4870784ae29 | |
parent | 2305231acd35218a74cabb2ec6c7e6501575afab [diff] [blame] |
Oops, checked in the wrong SHORTNAME value.
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",