From 00eb063b6600fdb4ba5cfb99da83cc1660ec69bf Mon Sep 17 00:00:00 2001 From: Emmanuel Arias Date: Sun, 27 Sep 2020 00:43:18 -0300 Subject: bpo-41858: Clarify line in optparse doc (GH-22407) The existing line is easily read as being incomplete. --- Doc/library/optparse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -q -foutfile -qfoutfile -Additionally, users can run one of :: +Additionally, users can run one of the following :: -h --help -- cgit v0.12