Fixed #9731 -- Typo fix in docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-12-07 03:41:23 +00:00
parent 8a03a2e834
commit 84cc008473
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ And here's that same fixture as YAML:
first_name: Paul
last_name: McCartney
You'll store this data in a ``fixtures`` directory inside you app.
You'll store this data in a ``fixtures`` directory inside your app.
Loading data is easy: just call :djadmin:`manage.py loaddata fixturename
<loaddata>`, where *fixturename* is the name of the fixture file you've created.