From 99a75541fdf5e83f228db8e9c06e10226dae65c5 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Wed, 20 Jul 2005 20:12:29 +0000 Subject: [PATCH] Fixed small problem in [250] git-svn-id: http://code.djangoproject.com/svn/django/trunk@251 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 45bc3dcf91..c7843b603f 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -197,7 +197,7 @@ is able to: But first we need to tell our project that the ``polls`` app is installed. -.. adminition:: Philosophy +.. admonition:: Philosophy Django apps are "pluggable": You can use an app in multiple projects, and you can distribute apps, because they're not tied to a given