[Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5

andrew.kuchling python-checkins at python.org
Tue Jun 9 00:25:51 CEST 2015


https://hg.python.org/cpython/rev/7e2e372ed7ae
changeset:   96560:7e2e372ed7ae
parent:      96557:1bc1267eda91
parent:      96559:fd3456f85a60
user:        Andrew Kuchling <amk at amk.ca>
date:        Mon Jun 08 18:24:46 2015 -0400
summary:
  Merge from 3.5

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