mirror of https://github.com/python/cpython
[doc] Add a missing apostrophe in a code example in venv.rst (GH-28391)
This commit is contained in:
parent
e4044e9f89
commit
d22a700091
|
@ -426,7 +426,7 @@ subclass which installs setuptools and pip into a created virtual environment::
|
||||||
'more target '
|
'more target '
|
||||||
'directories.')
|
'directories.')
|
||||||
parser.add_argument('dirs', metavar='ENV_DIR', nargs='+',
|
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.')
|
'virtual environment.')
|
||||||
parser.add_argument('--no-setuptools', default=False,
|
parser.add_argument('--no-setuptools', default=False,
|
||||||
action='store_true', dest='nodist',
|
action='store_true', dest='nodist',
|
||||||
|
|
Loading…
Reference in New Issue