New submission from Vladimir Rutsky <altsy...@gmail.com>:

There is a typo in argparse module documentation:
"The ``nargs`` keyword argument associates a different number of command-line 
arguments with a single action.." (two dots at end).

Patch based on official http://svn.python.org/projects/python/branches/py3k/ 
repository, but typo is also noted in Python 2.7 documentation.

----------
assignee: docs@python
components: Documentation
files: argparse_typo_action_dot_dot.patch
keywords: patch
messages: 134237
nosy: docs@python, rutsky
priority: normal
severity: normal
status: open
title: typo in argparse doc's: "action.."
versions: Python 2.7, Python 3.4
Added file: http://bugs.python.org/file21751/argparse_typo_action_dot_dot.patch

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

Reply via email to