From c229739f2f7fa049d54f291a805f5a40a9b6a88e Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 9 Apr 2006 09:24:12 +0000 Subject: [PATCH] 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 --- docs/tutorial01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.