Ezio Melotti added the comment:
Fixed, thanks for the report!
--
assignee: docs@python -> ezio.melotti
nosy: +ezio.melotti
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
type: -> enhancement
versions: +Python 3.2, Python 3.3, Python 3.4
_
Roundup Robot added the comment:
New changeset eae31f2b6f60 by Ezio Melotti in branch '2.7':
#16940: fix indentation in example.
http://hg.python.org/cpython/rev/eae31f2b6f60
New changeset 3d54723c9be6 by Ezio Melotti in branch '3.2':
#16940: fix indentation in example.
http://hg.python.org/cpyt
New submission from paul j3:
Argparse
15.4.5.1. Sub-commands
In the example:
>>> parser.parse_args(['--help'])
usage: PROG [-h] [--foo] {a,b} ...
positional arguments:
{a,b} sub-command help
a a help
b b help
optional arguments:
-h, --help show this help message and exit
--fo