cpython: feae7fa3bb70 (original) (raw)
Mercurial > cpython
changeset 96558:feae7fa3bb70 3.4
#23891: remove extra words [#23891]
Andrew Kuchling amk@amk.ca | |
---|---|
date | Mon, 08 Jun 2015 18:17:06 -0400 |
parents | 15ee0e7078e3 |
children | fd3456f85a60 7e2a7f3fecdf |
files | Doc/tutorial/venv.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/tutorial/venv.rst 2 |
line wrap: on
line diff
--- 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.