mirror of
https://github.com/python/cpython.git
synced 2025-09-12 19:57:40 +00:00
Oops, left an 'n = n+1' in but n was undefined.
This commit is contained in:
parent
f701bf1098
commit
4c45422b13
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ class FAQServer:
|
||||||
print "<H1>Section %s</H1>" % section
|
print "<H1>Section %s</H1>" % section
|
||||||
print "<HR>"
|
print "<HR>"
|
||||||
self.show(name, title, text, 1)
|
self.show(name, title, text, 1)
|
||||||
n = n+1
|
|
||||||
if not section:
|
if not section:
|
||||||
print "No FAQ entries?!?!"
|
print "No FAQ entries?!?!"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue