Skip to content

Commit

Permalink
Fix Intersphinx link to namedtuple in documentation for Response
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 30, 2022
1 parent 3dea0df commit 352c74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/response.rst
Expand Up @@ -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.

Expand Down

0 comments on commit 352c74a

Please sign in to comment.