Explorar o código

Fixed a typo in aggregation docs.

Benjamin Bach %!s(int64=10) %!d(string=hai) anos
pai
achega
3ab8d0b8c7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/topics/db/aggregation.txt

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