From 92f4b6de5892c4acf043513a58d01c1820db95bc Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Thu, 16 Sep 2021 22:17:55 +0530 Subject: [PATCH 1/2] added missing ' in main documentation update --- Doc/library/venv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index 5eb5094801501b..d51e353cef0e2e 100644 --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -426,7 +426,7 @@ subclass which installs setuptools and pip into a created virtual environment:: 'more target ' 'directories.') parser.add_argument('dirs', metavar='ENV_DIR', nargs='+', - help='A directory in which to create the + help='A directory in which to create the' 'virtual environment.') parser.add_argument('--no-setuptools', default=False, action='store_true', dest='nodist', From e5153b2d3191c1a8e22387aef1a69156b7e1f40c Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Fri, 17 Sep 2021 19:39:10 +0530 Subject: [PATCH 2/2] space added --- Doc/library/venv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index d51e353cef0e2e..092781b5ff1c45 100644 --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -426,7 +426,7 @@ subclass which installs setuptools and pip into a created virtual environment:: 'more target ' 'directories.') parser.add_argument('dirs', metavar='ENV_DIR', nargs='+', - help='A directory in which to create the' + help='A directory in which to create the ' 'virtual environment.') parser.add_argument('--no-setuptools', default=False, action='store_true', dest='nodist',