From: Andrew Kuchling Date: Mon, 8 Jun 2015 22:17:06 +0000 (-0400) Subject: #23891: remove extra words X-Git-Tag: v3.5.0b3~79^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d00407115db3f0ad149f0053bfd40469c4fd0e7c;p=thirdparty%2FPython%2Fcpython.git #23891: remove extra words --- diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst index dd63a2cdc3cf..23de7ec8f55f 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.