From: Guido van Rossum Date: Mon, 26 May 1997 06:14:02 +0000 (+0000) Subject: Oops, checked in the wrong SHORTNAME value. X-Git-Tag: v1.5a3~440 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1d8a259e316c283a1d396cff4d46eace83ee712;p=python Oops, checked in the wrong SHORTNAME value. --- diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py index bc6ebea75f..51c33832ea 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",