Removed spaces at the ends of lines.

This commit is contained in:
george
2014-06-17 18:36:02 -06:00
parent 32c3ce3917
commit 1329ee2040
8 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ The name of the current virtual environment will now appear on the left
of the prompt (e.g. ``(venv)Your-Computer:your_project UserName$``) to
let you know that it's active. From now on, any package that you install
using ``pip`` will be placed in the ``venv`` folder, isolated from the global
Python installation.
Python installation.
Install packages as usual: