summaryrefslogtreecommitdiff
path: root/docs/howto/initial-data.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-12-07 03:41:23 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-12-07 03:41:23 +0000
commit84cc0084733b08e5df0b65069c3fc07184c5f7e9 (patch)
tree245bef26ef7287c97aeabf10199594b0601d5a41 /docs/howto/initial-data.txt
parent8a03a2e834b75c28d51db3913d0ff3cbadd3a953 (diff)
Fixed #9731 -- Typo fix in docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/initial-data.txt')
-rw-r--r--docs/howto/initial-data.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt
index 917e11bb64..c38c9d4014 100644
--- a/docs/howto/initial-data.txt
+++ b/docs/howto/initial-data.txt
@@ -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.