Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d22a700

Browse filesBrowse files
[doc] Add a missing apostrophe in a code example in venv.rst (pythonGH-28391)
1 parent e4044e9 commit d22a700
Copy full SHA for d22a700

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Doc/library/venv.rst

Copy file name to clipboardExpand all lines: Doc/library/venv.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.