[docs] [issue13540] Document the Action API in argparse

paul j3 report at bugs.python.org
Sun Aug 24 03:33:01 CEST 2014


paul j3 added the comment:

You need line continuation characters '\'


.. class:: Action(option_strings, dest, nargs=None, const=None, default=None, \
                  type=None, choices=None, required=False, help=None, \
                  metavar=None)

----------

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


More information about the docs mailing list