[New-bugs-announce] [issue3477] grammar productionlist are not properly indented

Amaury Forgeot d'Arc report at bugs.python.org
Thu Jul 31 13:37:55 CEST 2008


New submission from Amaury Forgeot d'Arc <amauryfa at gmail.com>:

See http://docs.python.org/dev/reference/expressions.html#id9
the production rule for "argument_list" is not properly indented.

It seems that the first line is indented up to the widest name of the
list, but subsequent lines only add 6 to the length of the defined name.

----------
assignee: georg.brandl
components: Documentation tools (Sphinx)
messages: 70498
nosy: amaury.forgeotdarc, georg.brandl
severity: normal
status: open
title: grammar productionlist are not properly indented
versions: Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3477>
_______________________________________


More information about the New-bugs-announce mailing list