diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-09-27 03:52:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 03:52:01 (GMT) |
commit | e0e614ca99c39e107b97c7be779efea08f22ace3 (patch) | |
tree | 778994609a72a42ef60fb1a59ab1df3f4511b501 /Doc | |
parent | 18e59f587b86297d4fc99765be10d92a717d4775 (diff) | |
download | cpython-e0e614ca99c39e107b97c7be779efea08f22ace3.zip cpython-e0e614ca99c39e107b97c7be779efea08f22ace3.tar.gz cpython-e0e614ca99c39e107b97c7be779efea08f22ace3.tar.bz2 |
bpo-41858: Clarify line in optparse doc (GH-22407)
The existing line is easily read as being incomplete.
(cherry picked from commit 00eb063b6600fdb4ba5cfb99da83cc1660ec69bf)
Co-authored-by: Emmanuel Arias <eamanu@yaerobi.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/optparse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/optparse.rst b/Doc/library/optparse.rst index c1a18e0..b109419 100644 --- a/Doc/library/optparse.rst +++ b/Doc/library/optparse.rst @@ -55,7 +55,7 @@ equivalent to the above example:: <yourscript> -q -foutfile <yourscript> -qfoutfile -Additionally, users can run one of :: +Additionally, users can run one of the following :: <yourscript> -h <yourscript> --help |