]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 23 Dec 2020 17:40:56 +0000 (09:40 -0800)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 17:40:56 +0000 (09:40 -0800)
commit41b223d29cdfeb1f222c12c3abaccc3bc128f5e7
tree817e48eaad3896b63163931a8fdbf3a03005dad1
parentbfda4f5776fd20f92b441c8a88ee7a9d44dc8777
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
Doc/howto/argparse.rst
Doc/library/argparse.rst
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2020-12-19-12-33-38.bpo-9694.CkKK9V.rst [new file with mode: 0644]