New submission from Eric Snow <ericsnowcurren...@gmail.com>:

The formatting for the title of the "Index by Category" section is different 
from the formatting for the title of the "Numerical Index" section.  Not sure 
if there is a reason behind this, but here's a patch:

diff --git a/pep0/output.py b/pep0/output.py
--- a/pep0/output.py
+++ b/pep0/output.py
@@ -169,7 +169,7 @@
         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

----------
messages: 138050
nosy: ericsnow
priority: normal
severity: normal
status: open
title: Inconsistent formatting of section titles in PEP 0
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12307>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to