From: Arkaprabha Chakraborty Date: Fri, 17 Sep 2021 21:08:25 +0000 (+0530) Subject: [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) X-Git-Tag: v3.11.0a1~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d22a700091af35ce52db0b1fbb02115bb6efbb1f;p=thirdparty%2FPython%2Fcpython.git [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) --- diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index 5eb509480150..092781b5ff1c 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',