diff options
| author | Andrew Kuchling <amk@amk.ca> | 2015-06-08 22:24:46 (GMT) |
|---|---|---|
| committer | Andrew Kuchling <amk@amk.ca> | 2015-06-08 22:24:46 (GMT) |
| commit | 81a612c8598ded483da51ad7c6cee7bf8eaeef19 (patch) | |
| tree | b34093f4699dcc97cb95dbd69a4abf0642239825 /Doc/tutorial | |
| parent | 3ae067d8323f92cb56ca0f624d369f0f3adeeba8 (diff) | |
| parent | 6b84335adae7d95b846f31014aeeeb6c533d89d4 (diff) | |
| download | cpython-81a612c8598ded483da51ad7c6cee7bf8eaeef19.zip cpython-81a612c8598ded483da51ad7c6cee7bf8eaeef19.tar.gz cpython-81a612c8598ded483da51ad7c6cee7bf8eaeef19.tar.bz2 | |
Merge from 3.5
Diffstat (limited to 'Doc/tutorial')
| -rw-r--r-- | Doc/tutorial/venv.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst index dd63a2c..23de7ec 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. |
