Fixed it's -> its in multi-db.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14921 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2010-12-16 22:37:29 +00:00
parent 87315cc22d
commit 99742d8d73
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ Using raw cursors with multiple databases
If you are using more than one database you can use If you are using more than one database you can use
``django.db.connections`` to obtain the connection (and cursor) for a ``django.db.connections`` to obtain the connection (and cursor) for a
specific database. ``django.db.connections`` is a dictionary-like specific database. ``django.db.connections`` is a dictionary-like
object that allows you to retrieve a specific connection using it's object that allows you to retrieve a specific connection using its
alias:: alias::
from django.db import connections from django.db import connections