mirror of
https://github.com/python/cpython.git
synced 2025-10-27 11:44:39 +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 @@ def do_all(self):
|
|||
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