0
0
mirror of https://github.com/django/django.git synced 2024-12-01 07:31:48 +01:00

fixed typo in builtins.txt

This commit is contained in:
Julia Antokhine 2013-11-19 12:53:28 -05:00
parent 42197e31aa
commit 3c3be2e8ec

View File

@ -383,7 +383,7 @@ displayed if the given array is empty or could not be found::
{% empty %}
<li>Sorry, no athletes in this list.</li>
{% endfor %}
<ul>
</ul>
The above is equivalent to -- but shorter, cleaner, and possibly faster
than -- the following::