Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea63e3 commit 84e2187Copy full SHA for 84e2187
appendix_argparse/nargs+.py
@@ -13,7 +13,7 @@ def get_args():
13
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
14
15
parser.add_argument('numbers',
16
- metavar='INT',
+ metavar='int',
17
nargs='+',
18
type=int,
19
help='Numbers')
0 commit comments