projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dea0df
)
Fix Intersphinx link to namedtuple in documentation for Response
author
Harmon
<Harmon758@gmail.com>
Sun, 30 Oct 2022 03:12:20 +0000
(22:12 -0500)
committer
Harmon
<Harmon758@gmail.com>
Sun, 30 Oct 2022 03:12:20 +0000
(22:12 -0500)
docs/response.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/response.rst
b/docs/response.rst
index bc9aab332048c60b50b7bda17c78537ce06c8ac9..55abd6922f8779d1b5af5f8d4ec0ea75269821b5 100644
(file)
--- 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.