summaryrefslogtreecommitdiffstats
path: root/Doc/library/venv.rst
diff options
context:
space:
mode:
authorArkaprabha Chakraborty <chakrabortyarkaprabha998@gmail.com>2021-09-17 21:08:25 (GMT)
committerGitHub <noreply@github.com>2021-09-17 21:08:25 (GMT)
commitd22a700091af35ce52db0b1fbb02115bb6efbb1f (patch)
tree1f656b0439e3558d667a67d3a8e76a541bef2476 /Doc/library/venv.rst
parente4044e9f893350b4623677c048d33414a77edf55 (diff)
downloadcpython-d22a700091af35ce52db0b1fbb02115bb6efbb1f.zip
cpython-d22a700091af35ce52db0b1fbb02115bb6efbb1f.tar.gz
cpython-d22a700091af35ce52db0b1fbb02115bb6efbb1f.tar.bz2
[doc] Add a missing apostrophe in a code example in venv.rst (GH-28391)
Diffstat (limited to 'Doc/library/venv.rst')
-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 5eb5094..092781b 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',