We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb7eae commit 4286227Copy full SHA for 4286227
Doc/library/argparse.rst
@@ -2032,6 +2032,9 @@ Argument groups
2032
Note that any arguments not in your user-defined groups will end up back
2033
in the usual "positional arguments" and "optional arguments" sections.
2034
2035
+ Within each argument group, arguments are displayed in help output in the
2036
+ order in which they are added.
2037
+
2038
.. deprecated-removed:: 3.11 3.14
2039
Calling :meth:`add_argument_group` on an argument group now raises an
2040
exception. This nesting was never supported, often failed to work
0 commit comments