diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-03-16 15:02:21 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-03-16 15:02:21 +0000 |
| commit | 5d60faf33d7ad1067a892965e256021f9f737cd9 (patch) | |
| tree | 1cf6dab83ab7a45452e6a4626e7548536e22dd5e /docs | |
| parent | 3eb89eaa25979e0a89966e5c089188acd9f4cd76 (diff) | |
Fixed small typo in docs/django-admin.txt. Thanks, Cort
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt index 371c44e010..ef1d73cdbd 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -216,7 +216,7 @@ installation will be aborted, and any data installed in the call to ``loaddata`` will be removed from the database. The fixtures that are named can include directory components. These -directories will be inluded in the search path. For example:: +directories will be included in the search path. For example:: django-admin.py loaddata foo/bar/mydata.json |
