diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index af39724170941d..89b9faf9f60d2a 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -1888,6 +1888,9 @@ Argument groups Note that any arguments not in your user-defined groups will end up back in the usual "positional arguments" and "optional arguments" sections. + Within each argument group, arguments are displayed in help output in the + order in which they are added. + .. versionchanged:: 3.11 Calling :meth:`add_argument_group` on an argument group is deprecated. This feature was never supported and does not always work correctly.