summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-09-17 22:18:03 (GMT)
committerGitHub <noreply@github.com>2021-09-17 22:18:03 (GMT)
commitc4be7ca087512b69a25624dcf3e7a1384cdc7041 (patch)
tree50cb9a8c1ca157bc192e7c34b68c5c06b7251b65
parent21711d53411e0da5976a9af591cd6ca97033f712 (diff)
downloadcpython-c4be7ca087512b69a25624dcf3e7a1384cdc7041.zip
cpython-c4be7ca087512b69a25624dcf3e7a1384cdc7041.tar.gz
cpython-c4be7ca087512b69a25624dcf3e7a1384cdc7041.tar.bz2
[doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (GH-28425)
(cherry picked from commit d22a700091af35ce52db0b1fbb02115bb6efbb1f) Co-authored-by: Arkaprabha Chakraborty <chakrabortyarkaprabha998@gmail.com>
-rw-r--r--Doc/library/venv.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index 2a4eede..127a871 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',