mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
[doc] Add a missing apostrophe in a code example in venv.rst (GH-28391)
This commit is contained in:
parent
e4044e9f89
commit
d22a700091
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue