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.

Author rutsky
Recipients docs@python, rutsky
Date 2011-04-21.19:50:12
SpamBayes Score 9.846737e-05
Marked as misclassified No
Message-id <1303415412.97.0.882157170829.issue11904@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-04-21 19:50:13rutskysetrecipients: + rutsky, docs@python
2011-04-21 19:50:12rutskysetmessageid: <1303415412.97.0.882157170829.issue11904@psf.upfronthosting.co.za>
2011-04-21 19:50:12rutskylinkissue11904 messages
2011-04-21 19:50:12rutskycreate