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 dddcd65 commit b5c0d88Copy full SHA for b5c0d88
Doc/library/argparse.rst
@@ -620,7 +620,7 @@ keyword argument::
620
color
621
^^^^^
622
623
-By default, the help message is printed in color. If you want to plain text
+By default, the help message is printed in color. If you want plain text
624
help messages, you can disable it by setting ``color`` to ``False``::
625
626
>>> parser = argparse.ArgumentParser(description='Process some integers.',
0 commit comments