File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Misc/NEWS.d/next/Documentation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -699,8 +699,6 @@ The add_argument() method
699699 * deprecated _ - Whether or not use of the argument is deprecated.
700700
701701 The method returns an :class: `Action ` object representing the argument.
702- Within each argument group, arguments are displayed in help output in the
703- order in which they are added.
704702
705703The following sections describe how each of these are used.
706704
@@ -2034,6 +2032,9 @@ Argument groups
20342032 Note that any arguments not in your user-defined groups will end up back
20352033 in the usual "positional arguments" and "optional arguments" sections.
20362034
2035+ Within each argument group, arguments are displayed in help output in the
2036+ order in which they are added.
2037+
20372038 .. deprecated-removed :: 3.11 3.14
20382039 Calling :meth: `add_argument_group ` on an argument group now raises an
20392040 exception. This nesting was never supported, often failed to work
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments