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 05f01d8 commit 397c467Copy full SHA for 397c467
Doc/library/argparse.rst
@@ -426,7 +426,9 @@ should not be line-wrapped::
426
-h, --help show this help message and exit
427
428
:class:`RawTextHelpFormatter` maintains whitespace for all sorts of help text,
429
-including argument descriptions.
+including argument descriptions. However, multiple new lines are replaced with
430
+one. If you wish to preserve multiple blank lines, add spaces between the
431
+newlines.
432
433
:class:`ArgumentDefaultsHelpFormatter` automatically adds information about
434
default values to each of the argument help messages::
0 commit comments