From cbffc900bb8ce3c98aeae7cd8a3612d9c8c1baab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Mon, 17 Nov 2014 18:22:30 -0500 Subject: [PATCH] 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. --- docs/topics/db/aggregation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: