]> granicus.if.org Git - python/commitdiff
#23891: remove extra words
authorAndrew Kuchling <amk@amk.ca>
Mon, 8 Jun 2015 22:17:06 +0000 (18:17 -0400)
committerAndrew Kuchling <amk@amk.ca>
Mon, 8 Jun 2015 22:17:06 +0000 (18:17 -0400)
Doc/tutorial/venv.rst

index dd63a2cdc3cf64d88b1dcb3f173a39d04f43fb36..23de7ec8f55ffaed00f4dced5bfbdfbbd7bc73f7 100644 (file)
@@ -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.