From 8b58f8b3ae51910b4399209e729ffb9fee394f83 Mon Sep 17 00:00:00 2001
From: Jacob Kaplan-Moss <jacob@jacobian.org>
Date: Thu, 21 Jul 2005 19:19:01 +0000
Subject: [PATCH] Fixed #141 -- thanks sdelatorre@gmail.com

git-svn-id: http://code.djangoproject.com/svn/django/trunk@284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
---
 docs/tutorial01.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index b8b34ccc43..1f14cd4e80 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -74,7 +74,7 @@ or you can do it by altering the ``PYTHONPATH`` environment variable. See the
 
 Run the following command::
 
-    django-admin.py init --settings='myproject.settings.main'
+    django-admin.py init --settings=myproject.settings.main
 
 The ``django-admin.py`` utility generally needs to know which settings module
 you're using. Here, we're doing that by specifying ``settings=`` on the command