소스 검색

Fixed typo in aggregation docs link.

Tim Graham 10 년 전
부모
커밋
dc2d75f4d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/topics/db/aggregation.txt

+ 1 - 1
docs/topics/db/aggregation.txt

@@ -193,7 +193,7 @@ modified using any other ``QuerySet`` operation, including ``filter()``,
     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
+.. _multiple tables are cross joined: https://code.djangoproject.com/ticket/10060
 
 Joins and aggregates
 ====================