浏览代码

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
Timo Graham 14 年之前
父节点
当前提交
8ad3c41c69
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/db/sql.txt

+ 1 - 1
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