diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-06-20 06:07:06 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-06-20 06:07:06 +0000 |
| commit | c6cac4a78e529cbeecdeb1f300ae9732d12c3dc9 (patch) | |
| tree | f1d0a6f539d63d44e29ecd8ae971537564b9a955 /docs | |
| parent | a65c458b99400607f2d7151f935be8379fc5b804 (diff) | |
Fixed #4586 -- Fixed typo in docs/tutorial01.txt.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5496 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -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 c40b051b19..d26f654f87 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -10,7 +10,7 @@ poll application. It'll consist of two parts: * A public site that lets people view polls and vote in them. - * An admin site that lets you add, change and delete poll. + * An admin site that lets you add, change and delete polls. We'll assume you have `Django installed`_ already. You can tell Django is installed by running the Python interactive interpreter and typing |
