From 99742d8d73c3cc64014b5831c84c17928628c3f9 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 16 Dec 2010 22:37:29 +0000 Subject: [PATCH] Fixed it's -> its in multi-db.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@14921 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/db/multi-db.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt index 0e9290c37f..e996ddf61b 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -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