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

ambv webhook-mailer at python.org
Fri Sep 17 18:18:11 EDT 2021


https://github.com/python/cpython/commit/c4be7ca087512b69a25624dcf3e7a1384cdc7041
commit: c4be7ca087512b69a25624dcf3e7a1384cdc7041
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-09-18T00:18:03+02:00
summary:

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

(cherry picked from commit d22a700091af35ce52db0b1fbb02115bb6efbb1f)

Co-authored-by: Arkaprabha Chakraborty <chakrabortyarkaprabha998 at gmail.com>

files:
M Doc/library/venv.rst

diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index 2a4eede91a7c1..127a8717cf7d1 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -425,7 +425,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',



More information about the Python-checkins mailing list