File tree 1 file changed +2
-2
lines changed
Filter options
1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ default_ Default value used when an argument is not provided
67
67
dest _ Specify the attribute name used in the result namespace
68
68
help _ Help message for an argument
69
69
metavar _ Alternate display name for the argument as shown in help
70
- nargs _ Number of times the argument can be used :class: `int `, ``'?' ``, ``'*' ``, ``'+' ``, or `` argparse.REMAINDER ``
70
+ nargs _ Number of times the argument can be used :class: `int `, ``'?' ``, ``'*' ``, or ``'+' ``
71
71
required _ Indicate whether an argument is required or optional ``True `` or ``False ``
72
72
type _ Automatically convert an argument to the given type :class: `int `, :class: `float `, ``argparse.FileType('w') ``, or callable function
73
73
====================== =========================================================== ==========================================================================================================================
@@ -2186,7 +2186,7 @@ support this parsing style.
2186
2186
2187
2187
These parsers do not support all the argparse features, and will raise
2188
2188
exceptions if unsupported features are used. In particular, subparsers,
2189
- `` argparse.REMAINDER ``, and mutually exclusive groups that include both
2189
+ and mutually exclusive groups that include both
2190
2190
optionals and positionals are not supported.
2191
2191
2192
2192
The following example shows the difference between
You can’t perform that action at this time.
0 commit comments