Author: russellm
Date: 2009-06-18 08:35:36 -0500 (Thu, 18 Jun 2009)
New Revision: 11050

Modified:
   django/trunk/docs/releases/1.0-porting-guide.txt
Log:
Fixed #11119 -- Corrected spelling error in 1.0 porting guide.

Modified: django/trunk/docs/releases/1.0-porting-guide.txt
===================================================================
--- django/trunk/docs/releases/1.0-porting-guide.txt    2009-06-18 13:35:06 UTC 
(rev 11049)
+++ django/trunk/docs/releases/1.0-porting-guide.txt    2009-06-18 13:35:36 UTC 
(rev 11050)
@@ -677,7 +677,7 @@
       management.call_command('flush', verbosity=0, interactive=False)
       management.call_command('loaddata', 'test_data', verbosity=0)
 
-Subcommands must now preceed options
+Subcommands must now precede options
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 ``django-admin.py`` and ``manage.py`` now require subcommands to precede


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

Reply via email to