瀏覽代碼

Fixed typo in docs/topics/db/multi-db.txt.

Jezeniel Zapanta 8 年之前
父節點
當前提交
48f45431eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/db/multi-db.txt

+ 1 - 1
docs/topics/db/multi-db.txt

@@ -106,7 +106,7 @@ An exception to this rule is the :djadmin:`makemigrations` command. It
 validates the migration history in the databases to catch problems with the
 existing migration files (which could be caused by editing them) before
 creating new migrations. By default, it checks only the ``default`` database,
-but it consults the the :meth:`allow_migrate` method of :ref:`routers
+but it consults the :meth:`allow_migrate` method of :ref:`routers
 <topics-db-multi-db-routing>` if any are installed.
 
 .. versionchanged:: 1.10