"where ever" => "wherever"

This commit is contained in:
Andy Visser
2014-02-12 15:45:03 -05:00
parent 09de7cb15a
commit 6d2d731a9d
+1 -1
View File
@@ -96,7 +96,7 @@ habit of using it to create completely clean Python environments for each
project. This is particularly important for Web development, where each
framework and application will have many dependencies.
To set up a new Python environment, change the working directory to where ever
To set up a new Python environment, change the working directory to wherever
you want to store the environment, and run the virtualenv utility in your
project's directory