From 3ab8d0b8c7b6d26f8c1ed97b6a3ac2ae735f1ec9 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Thu, 4 Dec 2014 01:39:54 +0100 Subject: [PATCH] Fixed a typo in aggregation docs. --- 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 e33a2f12a0..d0a7de230b 100644 --- a/docs/topics/db/aggregation.txt +++ b/docs/topics/db/aggregation.txt @@ -190,7 +190,7 @@ modified using any other ``QuerySet`` operation, including ``filter()``, ``query`` property of your ``QuerySet``. For instance, combining multiple aggregations with ``annotate()`` will - yield the wrong results, as `multiple tables are the cross joined`_, + yield the wrong results, as `multiple tables are cross joined`_, resulting in duplicate row aggregations. .. _multiple tables are the cross joined: https://code.djangoproject.com/ticket/10060