ソースを参照

Fixed #9731 -- Typo fix in docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Malcolm Tredinnick 16 年 前
コミット
84cc008473
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/howto/initial-data.txt

+ 1 - 1
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.