summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2015-06-08 22:19:51 (GMT)
committerAndrew Kuchling <amk@amk.ca>2015-06-08 22:19:51 (GMT)
commit6b84335adae7d95b846f31014aeeeb6c533d89d4 (patch)
treecd20558b92334ca93698744b297483a6edb65169 /Doc/tutorial
parent21fd5a92dee52a931cd42c324f3e0c7a9fe7d4be (diff)
parentd00407115db3f0ad149f0053bfd40469c4fd0e7c (diff)
downloadcpython-6b84335adae7d95b846f31014aeeeb6c533d89d4.zip
cpython-6b84335adae7d95b846f31014aeeeb6c533d89d4.tar.gz
cpython-6b84335adae7d95b846f31014aeeeb6c533d89d4.tar.bz2
Merge from 3.4
Diffstat (limited to 'Doc/tutorial')
-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.