Skip to content

Commit c4be7ca

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

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

0 commit comments

Comments
 (0)