Skip to content

Commit

Permalink
catalog.rst: Add __iter__ to Catalog documentation
Browse files Browse the repository at this point in the history
The declaration of __iter__ under the special-members
directive makes it visible in the documentation.
The docstring describing __iter__ already exists.

Closes #128
  • Loading branch information
stfab authored and akx committed Jan 28, 2020
1 parent 1d06afc commit 0cfa69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/messages/catalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Catalogs

.. autoclass:: Catalog
:members:
:special-members: __iter__

Messages
--------
Expand Down

0 comments on commit 0cfa69e

Please sign in to comment.