We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e9ef1 commit 0a94253Copy full SHA for 0a94253
Doc/library/venv.rst
@@ -425,7 +425,7 @@ subclass which installs setuptools and pip into a created virtual environment::
425
'more target '
426
'directories.')
427
parser.add_argument('dirs', metavar='ENV_DIR', nargs='+',
428
- help='A directory in which to create the
+ help='A directory in which to create the '
429
'virtual environment.')
430
parser.add_argument('--no-setuptools', default=False,
431
action='store_true', dest='nodist',
0 commit comments