Fixed #9735 -- Documentation typo fix.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-12-03 05:50:46 +00:00
parent 94f4348728
commit 4bdbd1401d
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ The above is equivalent to -- but shorter, cleaner, and possibly faster
than -- the following:: than -- the following::
<ul> <ul>
{% if althete_list %} {% if athlete_list %}
{% for athlete in athlete_list %} {% for athlete in athlete_list %}
<li>{{ athlete.name }}</li> <li>{{ athlete.name }}</li>
{% endfor %} {% endfor %}