Author: mtredinnick
Date: 2008-12-06 21:48:39 -0600 (Sat, 06 Dec 2008)
New Revision: 9581

Modified:
   django/branches/releases/1.0.X/docs/howto/initial-data.txt
Log:
[1.0.X] Fixed #9731 -- Typo fix in docs.

Backport of r9578 from trunk.


Modified: django/branches/releases/1.0.X/docs/howto/initial-data.txt
===================================================================
--- django/branches/releases/1.0.X/docs/howto/initial-data.txt  2008-12-07 
03:42:25 UTC (rev 9580)
+++ django/branches/releases/1.0.X/docs/howto/initial-data.txt  2008-12-07 
03:48:39 UTC (rev 9581)
@@ -65,7 +65,7 @@
         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.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to