Skip to content

Commit 129e477

Browse files
[doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (GH-28426)
(cherry picked from commit d22a700) Co-authored-by: Arkaprabha Chakraborty <[email protected]>
1 parent 6c50f23 commit 129e477

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
@@ -421,7 +421,7 @@ subclass which installs setuptools and pip into a created virtual environment::
421421
'more target '
422422
'directories.')
423423
parser.add_argument('dirs', metavar='ENV_DIR', nargs='+',
424-
help='A directory in which to create the
424+
help='A directory in which to create the '
425425
'virtual environment.')
426426
parser.add_argument('--no-setuptools', default=False,
427427
action='store_true', dest='nodist',

0 commit comments

Comments
 (0)