Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa6e73b

Browse files
committed
Merge with 3.4
2 parents 87018af + ee55826 commit fa6e73b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/argparse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,8 +1237,8 @@ which processes arguments from the command-line. Any object which follows
12371237
this API may be passed as the ``action`` parameter to
12381238
:meth:`add_argument`.
12391239

1240-
.. class:: Action(option_strings, dest, nargs=None, const=None, default=None,
1241-
type=None, choices=None, required=False, help=None,
1240+
.. class:: Action(option_strings, dest, nargs=None, const=None, default=None, \
1241+
type=None, choices=None, required=False, help=None, \
12421242
metavar=None)
12431243

12441244
Action objects are used by an ArgumentParser to represent the information

0 commit comments

Comments
 (0)