diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2006-04-09 09:24:12 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2006-04-09 09:24:12 +0000 |
| commit | c229739f2f7fa049d54f291a805f5a40a9b6a88e (patch) | |
| tree | a0f3aa8fc8396b15f219d9e6feb9ba880dbce2bc /docs/tutorial01.txt | |
| parent | 09a8f137f54b9cd253b364dbb39356bd740aafbe (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.txt | 2 |
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. |
