diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index e345f79dad5c2..1eb3a52e1b050 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -330,7 +330,7 @@ The utility script ``scripts/api_rst_coverage.py`` can be used to compare the list of methods documented in ``doc/source/api.rst`` (which is used to generate the `API Reference `_ page) and the actual public methods. -This will identify methods documented in in ``doc/source/api.rst`` that are not actually +This will identify methods documented in ``doc/source/api.rst`` that are not actually class methods, and existing methods that are not documented in ``doc/source/api.rst``.