Skip to content

Commit

Permalink
Fixed it's -> its in multi-db.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14921 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Dec 16, 2010
1 parent 87315cc commit 99742d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/db/multi-db.txt
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ Using raw cursors with multiple databases
If you are using more than one database you can use
``django.db.connections`` to obtain the connection (and cursor) for a
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::

from django.db import connections
Expand Down

0 comments on commit 99742d8

Please sign in to comment.