summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorFloris den Hengst <florisdenhengst@gmail.com>2015-03-07 17:34:33 +0100
committerTim Graham <timograham@gmail.com>2015-03-14 12:29:54 -0400
commit08f38d19f8a13d9976a41e5b422d8e248e1841e2 (patch)
treee5a98a86e7682cf86db68a0138dcb20275a0e230 /docs/topics
parentf8ed647435e13d62d4df0bbc76d37b91d0ad81fb (diff)
[1.7.x] Fixed doc typos.
Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master
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 c57ccbcacd..6ca7097b72 100644
--- a/docs/topics/db/sql.txt
+++ b/docs/topics/db/sql.txt
@@ -56,7 +56,7 @@ options that make it very powerful.
.. admonition:: Model table names
- Where'd the name of the ``Person`` table come from in that example?
+ Where did the name of the ``Person`` table come from in that example?
By default, Django figures out a database table name by joining the
model's "app label" -- the name you used in ``manage.py startapp`` -- to