From: CyanNani123 Date: Mon, 13 Jan 2020 22:13:01 +0000 (+0100) Subject: catalog.rst: Add __iter__ to Catalog documentation X-Git-Tag: v2.9.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cfa69e087a24364ba788ff9d862949b65f0ff12;p=thirdparty%2Fbabel.git catalog.rst: Add __iter__ to Catalog documentation The declaration of __iter__ under the special-members directive makes it visible in the documentation. The docstring describing __iter__ already exists. Closes https://github.com/python-babel/babel/issues/128 --- diff --git a/docs/api/messages/catalog.rst b/docs/api/messages/catalog.rst index 8a905bcd..8cb6375e 100644 --- a/docs/api/messages/catalog.rst +++ b/docs/api/messages/catalog.rst @@ -12,6 +12,7 @@ Catalogs .. autoclass:: Catalog :members: + :special-members: __iter__ Messages --------