From 2c340b5f0cb42d163caae29b2319908228f3724f Mon Sep 17 00:00:00 2001 From: Justin Lilly Date: Fri, 11 Sep 2009 13:10:18 -0700 Subject: [PATCH] Fixed minor bug in contributing documentation Signed-off-by: Brian Rosner --- docs/contributing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.txt b/docs/contributing.txt index a16a4bff7..e0b9ca851 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt @@ -53,7 +53,7 @@ from within the clone (the ``pinax`` directory):: If you use virtualenvwrapper you could alternatively do:: python scripts/pinax-boot.py --development --source=. $WORKON_HOME/pinax-dev - workon pinax-development + workon pinax-dev Finally, you need to install the dependencies for the development version::