[Python-checkins] cpython (3.4): #23891: remove extra words
andrew.kuchling
python-checkins at python.org
Tue Jun 9 00:17:43 CEST 2015
https://hg.python.org/cpython/rev/feae7fa3bb70
changeset: 96558:feae7fa3bb70
branch: 3.4
parent: 96555:15ee0e7078e3
user: Andrew Kuchling <amk at amk.ca>
date: Mon Jun 08 18:17:06 2015 -0400
summary:
#23891: remove extra words
files:
Doc/tutorial/venv.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst
--- a/Doc/tutorial/venv.rst
+++ b/Doc/tutorial/venv.rst
@@ -51,7 +51,7 @@
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.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list