summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-02 01:56:43 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-02 01:56:43 +0000
commit95cad003928df7131d0ba293944ad3464c466c14 (patch)
tree2c604ac9274a4e370e239a39c2298cedd4390c34 /docs/db-api.txt
parentaa84e3a0df5d4b798b8b7715fbea293c0b934aa4 (diff)
Fixed some ReST errors in docs/db-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/db-api.txt')
-rw-r--r--docs/db-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt
index 4c27748268..722535adb4 100644
--- a/docs/db-api.txt
+++ b/docs/db-api.txt
@@ -577,7 +577,7 @@ of the arguments is required, but you should use at least one of them.
The next example is more advanced; it does a subquery to give each
resulting ``Blog`` object an ``entry_count`` attribute, an integer count
- of associated ``Entry`` objects.
+ of associated ``Entry`` objects::
Blog.objects.extra(
select={