summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',