diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-20 20:12:29 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-20 20:12:29 +0000 |
| commit | 99a75541fdf5e83f228db8e9c06e10226dae65c5 (patch) | |
| tree | 5e43045ec190edf1a7283a8c78bc380f5953b728 /docs/tutorial01.txt | |
| parent | e5a8c38fa1d9dae0bebc6b4671997b0f16e60913 (diff) | |
Fixed small problem in [250]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@251 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 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 |
