summaryrefslogtreecommitdiff
path: root/docs/multiple_database_support.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/multiple_database_support.txt')
-rw-r--r--docs/multiple_database_support.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/multiple_database_support.txt b/docs/multiple_database_support.txt
index ce14957126..9b2e037230 100644
--- a/docs/multiple_database_support.txt
+++ b/docs/multiple_database_support.txt
@@ -69,8 +69,8 @@ Here's the example above, with ``MODELS``::
Accessing a model's connection
==============================
-Each manager has a db attribute that can be used to access the model's
-connection. Access the db attribute of a model's manager to obtain the
+Each manager has a ``db`` attribute that can be used to access the model's
+connection. Access the ``db`` attribute of a model's manager to obtain the
model's currently configured connection.
Example::