ソースを参照

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.
Éric Araujo 10 年 前
コミット
cbffc900bb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/topics/db/aggregation.txt

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