summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2011-03-26 03:54:53 +0000
committerAdrian Holovaty <adrian@holovaty.com>2011-03-26 03:54:53 +0000
commit5d854608feb40ff2a4e205f202d267f0f964a2b0 (patch)
tree01bc158ed0b74e5ea4078a86f88cd014cf5a3a6b /docs/topics
parent2f9658fc3a6219a5faa2725bbaabaea36df076ee (diff)
Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonash
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15919 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/multi-db.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt
index 5a052d4a17..8114545649 100644
--- a/docs/topics/db/multi-db.txt
+++ b/docs/topics/db/multi-db.txt
@@ -144,9 +144,9 @@ A database Router is a class that provides up to four methods:
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: