[docs] [issue11904] incorrect reStructuredText formatting in argparse module

Vladimir Rutsky report at bugs.python.org
Thu Apr 21 21:50:13 CEST 2011


New submission from Vladimir Rutsky <altsysrq at gmail.com>:

In Python 2.7 and 3 branch at http://svn.python.org/projects/python/branches/py3k/ file Doc/library/argparse.rst has incorrectly formatted list at line 648:

> * ``'store'`` - This just stores the argument's value.  This is the default
>    action. For example::

Second line must be indented according to first line.

Next item at line 656 has invalid indentation too.

----------
assignee: docs at python
components: Documentation
messages: 134240
nosy: docs at python, rutsky
priority: normal
severity: normal
status: open
title: incorrect reStructuredText formatting in argparse module
versions: Python 2.7, Python 3.4

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


More information about the docs mailing list