summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2006-04-09 09:24:12 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2006-04-09 09:24:12 +0000
commitc229739f2f7fa049d54f291a805f5a40a9b6a88e (patch)
treea0f3aa8fc8396b15f219d9e6feb9ba880dbce2bc /docs/tutorial01.txt
parent09a8f137f54b9cd253b364dbb39356bd740aafbe (diff)
magic-removal: Fixed a layout problem in tutorial 1.
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2635 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
-rw-r--r--docs/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index d59488da0b..e74a43da7e 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -131,7 +131,7 @@ used in multiple projects, and you can package and distribute them for use
by others in their projects.
By default, ``INSTALLED_APPS`` contains the following apps, all of which come
-with Django::
+with Django:
* ``django.contrib.auth`` -- An authentication system.
* ``django.contrib.contenttypes`` -- A framework for content types.