#314: fix typo in autosummary template.

This commit is contained in:
Georg Brandl
2010-01-12 09:57:57 +00:00
parent c197c29f2e
commit a9235ebc23
@@ -30,7 +30,7 @@
.. rubric:: Exceptions
.. autosummary::
{% for item in classes %}
{% for item in exceptions %}
{{ item }}
{%- endfor %}
{% endif %}