New submission from Vladimir Rutsky <altsy...@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@python
components: Documentation
messages: 134240
nosy: docs@python, rutsky
priority: normal
severity: normal
status: open
title: incorrect reStructuredText formatting in argparse module
versions: Python 2.7, Python 3.4

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

Reply via email to