Fix Intersphinx link to namedtuple in documentation for Response
authorHarmon <Harmon758@gmail.com>
Sun, 30 Oct 2022 03:12:20 +0000 (22:12 -0500)
committerHarmon <Harmon758@gmail.com>
Sun, 30 Oct 2022 03:12:20 +0000 (22:12 -0500)
docs/response.rst

index bc9aab332048c60b50b7bda17c78537ce06c8ac9..55abd6922f8779d1b5af5f8d4ec0ea75269821b5 100644 (file)
@@ -7,7 +7,7 @@
 .. autoclass:: Response
    :class-doc-from: class
 
-   A :class:`collections.namedtuple`, with ``data``, ``includes``, ``errors``,
+   A :func:`collections.namedtuple`, with ``data``, ``includes``, ``errors``,
    and ``meta`` fields, corresponding with the fields in responses from
    Twitter's API.