[issue11904] incorrect reStructuredText formatting in argparse module

2011-04-21 Thread Vladimir Rutsky

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



[issue11904] incorrect reStructuredText formatting in argparse module

2011-04-21 Thread Roundup Robot

Roundup Robot devnull@devnull added the comment:

New changeset 79f3ae389dae by Ezio Melotti in branch '2.7':
#11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.
http://hg.python.org/cpython/rev/79f3ae389dae

New changeset 473fada5f1b7 by Ezio Melotti in branch '3.2':
#11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.
http://hg.python.org/cpython/rev/473fada5f1b7

New changeset 8568762381b4 by Ezio Melotti in branch 'default':
#11904-#11905: Merge typo fixes with 3.2.
http://hg.python.org/cpython/rev/8568762381b4

--
nosy: +python-dev

___
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



[issue11904] incorrect reStructuredText formatting in argparse module

2011-04-21 Thread Ezio Melotti

Ezio Melotti ezio.melo...@gmail.com added the comment:

Fixed, thanks for the report!

--
assignee: docs@python - ezio.melotti
nosy: +ezio.melotti
resolution:  - fixed
stage:  - committed/rejected
status: open - closed
versions: +Python 3.2, Python 3.3 -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