From 352c74ac1e1eb3a87a70bc707f35256d20001494 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 29 Oct 2022 22:12:20 -0500 Subject: [PATCH] Fix Intersphinx link to namedtuple in documentation for Response --- docs/response.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/response.rst b/docs/response.rst index bc9aab332..55abd6922 100644 --- a/docs/response.rst +++ b/docs/response.rst @@ -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.