Oops, left an 'n = n+1' in but n was undefined.

This commit is contained in:
Guido van Rossum 1997-05-21 22:42:23 +00:00
parent f701bf1098
commit 4c45422b13

View file

@ -147,7 +147,6 @@ class FAQServer:
print "<H1>Section %s</H1>" % section
print "<HR>"
self.show(name, title, text, 1)
n = n+1
if not section:
print "No FAQ entries?!?!"