diff options
author | Emmanuel Arias <eamanu@yaerobi.com> | 2020-09-27 03:43:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 03:43:18 (GMT) |
commit | 00eb063b6600fdb4ba5cfb99da83cc1660ec69bf (patch) | |
tree | 29d2435a71c13111ce55bb249ae5e6b38d51ed6f /Doc | |
parent | e8a2076e149703ea043db5a9dfaaf8d9b7f37c3e (diff) | |
download | cpython-00eb063b6600fdb4ba5cfb99da83cc1660ec69bf.zip cpython-00eb063b6600fdb4ba5cfb99da83cc1660ec69bf.tar.gz cpython-00eb063b6600fdb4ba5cfb99da83cc1660ec69bf.tar.bz2 |
bpo-41858: Clarify line in optparse doc (GH-22407)
The existing line is easily read as being incomplete.
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 |