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.