Skip to content

Commit d22a700

Browse files
[doc] Add a missing apostrophe in a code example in venv.rst (GH-28391)
1 parent e4044e9 commit d22a700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/venv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ subclass which installs setuptools and pip into a created virtual environment::
426426
'more target '
427427
'directories.')
428428
parser.add_argument('dirs', metavar='ENV_DIR', nargs='+',
429-
help='A directory in which to create the
429+
help='A directory in which to create the '
430430
'virtual environment.')
431431
parser.add_argument('--no-setuptools', default=False,
432432
action='store_true', dest='nodist',

0 commit comments

Comments
 (0)