From 6d2d731a9d6c106c5788c01e6658e5062bc37c31 Mon Sep 17 00:00:00 2001 From: Andy Visser Date: Wed, 12 Feb 2014 15:45:03 -0500 Subject: [PATCH] "where ever" => "wherever" --- docs/starting/install/osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index 0f95e73bf..cada3bb33 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -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