Thanks to visit codestin.com Credit goes to github.com
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 76006f2 commit e89b35dCopy full SHA for e89b35d
1 file changed
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