mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-26 05:07:35 -05:00
#314: fix typo in autosummary template.
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
.. rubric:: Exceptions
|
.. rubric:: Exceptions
|
||||||
|
|
||||||
.. autosummary::
|
.. autosummary::
|
||||||
{% for item in classes %}
|
{% for item in exceptions %}
|
||||||
{{ item }}
|
{{ item }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user