Fix nesting of the numerical index (#12307).
This extra space caused the numerical index to be parsed and displayed as a subsection of the index by category instead of being an element at the same level. Patch by Eric Snow.
This commit is contained in:
parent
efd34dcbef
commit
db7d5f7127
|
@ -169,7 +169,7 @@ def write_pep0(peps, output=sys.stdout):
|
|||
print>>output, unicode(pep)
|
||||
print>>output
|
||||
print>>output
|
||||
print>>output, u" Numerical Index"
|
||||
print>>output, u"Numerical Index"
|
||||
print>>output
|
||||
write_column_headers(output)
|
||||
prev_pep = 0
|
||||
|
|
Loading…
Reference in New Issue