https://github.com/python/cpython/commit/e5b0185e43c972ce98decd1493cd0b0c3a6b166b
commit: e5b0185e43c972ce98decd1493cd0b0c3a6b166b
branch: main
author: Savannah Ostrowski <[email protected]>
committer: hugovk <[email protected]>
date: 2024-09-13T09:14:52+03:00
summary:
GH-101599: Update docs to remove redundant option in argparse tutorial (#124025)
files:
M Doc/howto/argparse.rst
diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst
index ae5bab90bf8131..30d9ac700376e6 100644
--- a/Doc/howto/argparse.rst
+++ b/Doc/howto/argparse.rst
@@ -444,7 +444,7 @@ And the output:
options:
-h, --help show this help message and exit
- -v {0,1,2}, --verbosity {0,1,2}
+ -v, --verbosity {0,1,2}
increase output verbosity
Note that the change also reflects both in the error message as well as the
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]