[docs] [issue12714] argparse.ArgumentParser.add_argument() documentation error

Petri Lehtinen report at bugs.python.org
Tue Aug 9 13:54:12 CEST 2011


New submission from Petri Lehtinen <petri at digip.org>:

The documentation of argparse.ArgumentParser.add_argument() says:

* required - Whether or not the command-line option may be omitted (optionals only).

I believe it should be "options only" instead of "optionals only".

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 141812
nosy: docs at python, petri.lehtinen
priority: normal
severity: normal
status: open
title: argparse.ArgumentParser.add_argument() documentation error
versions: Python 2.7, Python 3.2, Python 3.3

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


More information about the docs mailing list