Skip to content

Commit b5c0d88

Browse files
hugovkambv
andauthored
Fix wording
Co-authored-by: Łukasz Langa <[email protected]>
1 parent dddcd65 commit b5c0d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ keyword argument::
620620
color
621621
^^^^^
622622

623-
By default, the help message is printed in color. If you want to plain text
623+
By default, the help message is printed in color. If you want plain text
624624
help messages, you can disable it by setting ``color`` to ``False``::
625625

626626
>>> parser = argparse.ArgumentParser(description='Process some integers.',

0 commit comments

Comments
 (0)