summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2014-11-17 18:22:30 -0500
committerCarl Meyer <carl@oddbird.net>2014-11-17 16:37:18 -0700
commitcbffc900bb8ce3c98aeae7cd8a3612d9c8c1baab (patch)
tree912961184ea97fc396a801eff7221ca13494e09c /docs
parent87f187b960e82da01aa13f329552e1608c339326 (diff)
Fix link target markup
This markup for a code block is redundant with the code-block directive below, and blocks the following line from working as link target.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/aggregation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/aggregation.txt b/docs/topics/db/aggregation.txt
index 175cc21782..14c0cf2433 100644
--- a/docs/topics/db/aggregation.txt
+++ b/docs/topics/db/aggregation.txt
@@ -12,7 +12,7 @@ collection of objects. This topic guide describes the ways that aggregate values
can be generated and returned using Django queries.
Throughout this guide, we'll refer to the following models. These models are
-used to track the inventory for a series of online bookstores::
+used to track the inventory for a series of online bookstores:
.. _queryset-model-example: