summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-05-30 12:11:10 +0000
committerTimo Graham <timograham@gmail.com>2011-05-30 12:11:10 +0000
commit8ad3c41c69be9b58caef85ef6dde7e07ee299beb (patch)
treeaa6517d701057d97320ab096bad0c6c182a15295 /docs/topics
parentf7b251be33527bcb34623a23e6e71341f53c2930 (diff)
Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/sql.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt
index e5f6c21a53..fe7173609c 100644
--- a/docs/topics/db/sql.txt
+++ b/docs/topics/db/sql.txt
@@ -228,7 +228,7 @@ is required. For example::
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