From 4e65fc3524840dfef833042c0ef74ee59583cce1 Mon Sep 17 00:00:00 2001 From: Emmanuel Arias Date: Thu, 24 Sep 2020 23:10:51 -0300 Subject: [PATCH 1/2] Fix incomplete line on optparse documentation This line seems to be incomplete. This fix come from the translation to spanish of @fjsevilla-dev on https://github.com/python/python-docs-es/pull/758/file. reading the proposal for the translate has sense add `the next lines`. --- 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 c1a18e01474319..1de8e36cb8f6a6 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 next lines:: -h --help From 11428184c6cef4c036378b710eb0f020a0f08f4e Mon Sep 17 00:00:00 2001 From: Emmanuel Arias Date: Sat, 26 Sep 2020 21:15:26 -0300 Subject: [PATCH 2/2] Use `following` instead of `the next lines`` --- 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 1de8e36cb8f6a6..b1094198f4c844 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 the next lines:: +Additionally, users can run one of the following :: -h --help