summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2015-06-08 22:17:06 (GMT)
committerAndrew Kuchling <amk@amk.ca>2015-06-08 22:17:06 (GMT)
commitd00407115db3f0ad149f0053bfd40469c4fd0e7c (patch)
tree492ae50284a5f4756dc09e061618d19dd569b482 /Doc
parentdd15b36c9099254de8738845e407441342727e5a (diff)
downloadcpython-d00407115db3f0ad149f0053bfd40469c4fd0e7c.zip
cpython-d00407115db3f0ad149f0053bfd40469c4fd0e7c.tar.gz
cpython-d00407115db3f0ad149f0053bfd40469c4fd0e7c.tar.bz2
#23891: remove extra words
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tutorial/venv.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst
index dd63a2c..23de7ec 100644
--- a/Doc/tutorial/venv.rst
+++ b/Doc/tutorial/venv.rst
@@ -51,7 +51,7 @@ directory path::
This will create the ``tutorial-env`` directory if it doesn't exist,
and also create directories inside it containing a copy of the Python
-interpreter, the standard library, and various supporting files. If you
+interpreter, the standard library, and various supporting files.
Once you've created a virtual environment, you need to
activate it.