Author: adrian
Date: 2011-03-25 20:54:53 -0700 (Fri, 25 Mar 2011)
New Revision: 15919

Modified:
   django/trunk/docs/topics/db/multi-db.txt
Log:
Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonash

Modified: django/trunk/docs/topics/db/multi-db.txt
===================================================================
--- django/trunk/docs/topics/db/multi-db.txt    2011-03-26 03:53:37 UTC (rev 
15918)
+++ django/trunk/docs/topics/db/multi-db.txt    2011-03-26 03:54:53 UTC (rev 
15919)
@@ -144,9 +144,9 @@
     the router has no opinion. This method can be used to determine
     the availability of a model on a given database.
 
-A router doesn't have to provide *all* these methods - it omit one or
-more of them. If one of the methods is omitted, Django will skip that
-router when performing the relevant check.
+A router doesn't have to provide *all* these methods -- it may omit one
+or more of them. If one of the methods is omitted, Django will skip
+that router when performing the relevant check.
 
 .. _topics-db-multi-db-hints:
 

-- 
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