mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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 "<HR>"
|
||||
self.show(name, title, text, 1)
|
||||
n = n+1
|
||||
if not section:
|
||||
print "No FAQ entries?!?!"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue