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 e4044e9 commit d22a700Copy full SHA for d22a700
Doc/library/venv.rst
@@ -426,7 +426,7 @@ subclass which installs setuptools and pip into a created virtual environment::
426
'more target '
427
'directories.')
428
parser.add_argument('dirs', metavar='ENV_DIR', nargs='+',
429
- help='A directory in which to create the
+ help='A directory in which to create the '
430
'virtual environment.')
431
parser.add_argument('--no-setuptools', default=False,
432
action='store_true', dest='nodist',
0 commit comments