This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: grammar productionlist are not properly indented
Type: Stage:
Components: Documentation tools (Sphinx) Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: amaury.forgeotdarc, georg.brandl
Priority: normal Keywords:

Created on 2008-07-31 11:37 by amaury.forgeotdarc, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg70498 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2008-07-31 11:37
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.
msg70733 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-08-05 10:08
Thanks, fixed in r65547.
History
Date User Action Args
2022-04-11 14:56:37adminsetgithub: 47727
2008-08-05 10:08:11georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg70733
2008-07-31 11:37:54amaury.forgeotdarccreate