From e0fd0602931a6e6778d1d52fe1257df07dd46a8d Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sat, 18 Sep 2021 02:38:25 +0530 Subject: [PATCH] [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (cherry picked from commit d22a700091af35ce52db0b1fbb02115bb6efbb1f) Co-authored-by: Arkaprabha Chakraborty --- 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 2a4eede91a7c178..127a8717cf7d126 100644 --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -425,7 +425,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',