1
0
mirror of https://github.com/django/django.git synced 2025-01-22 08:10:28 +00:00

Merge pull request #1943 from jantokhine/master

fixed typo in builtins.txt
This commit is contained in:
Alex Gaynor 2013-11-19 09:57:35 -08:00
commit 170eedf583

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::