From b1d8a259e316c283a1d396cff4d46eace83ee712 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 26 May 1997 06:14:02 +0000 Subject: [PATCH] Oops, checked in the wrong SHORTNAME value. --- Tools/faqwiz/faqcust.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py index bc6ebea75f0..51c33832eaf 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",