[doc] Add a missing apostrophe in a code example in venv.rst (GH-28391)

This commit is contained in:
Arkaprabha Chakraborty 2021-09-18 02:38:25 +05:30 committed by GitHub
parent e4044e9f89
commit d22a700091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',