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

ambv webhook-mailer at python.org
Fri Sep 17 17:08:32 EDT 2021


https://github.com/python/cpython/commit/d22a700091af35ce52db0b1fbb02115bb6efbb1f
commit: d22a700091af35ce52db0b1fbb02115bb6efbb1f
branch: main
author: Arkaprabha Chakraborty <chakrabortyarkaprabha998 at gmail.com>
committer: ambv <lukasz at langa.pl>
date: 2021-09-17T23:08:25+02:00
summary:

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

files:
M Doc/library/venv.rst

diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index 5eb5094801501..092781b5ff1c4 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -426,7 +426,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