0
0
mirror of https://github.com/django/django.git synced 2024-11-21 10:59:04 +01:00

Fixed typo in docs/topics/performance.txt.

This commit is contained in:
Caitlin Hogan 2024-11-16 10:40:40 -08:00 committed by Sarah Boyce
parent 9609b48b91
commit ca113adbae

View File

@ -137,7 +137,7 @@ one that it is comfortable to code for.
Firstly, in a real-life case you need to consider what is happening before
and after your count to work out what's an optimal way of doing it *in that
particular context*. The database optimization documents describes :ref:`a
particular context*. The database optimization document describes :ref:`a
case where counting in the template would be better
<overuse_of_count_and_exists>`.