projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cccfa2c
)
Improve wording in FAQ section on accessing data from API v2 models
author
Harmon
<Harmon758@gmail.com>
Tue, 1 Mar 2022 22:48:30 +0000
(16:48 -0600)
committer
Harmon
<Harmon758@gmail.com>
Tue, 1 Mar 2022 22:48:30 +0000
(16:48 -0600)
docs/faq.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/faq.rst
b/docs/faq.rst
index 3cb978cf4390a25027e18af3301878a065ec153d..5b4e55e3f09bdc6f44205ca082e0dbd16c392d88 100644
(file)
--- a/
docs/faq.rst
+++ b/
docs/faq.rst
@@
-109,7
+109,7
@@
representations of API v2 models/objects only include the default attributes
that are guaranteed to exist.
The objects themselves still include the relevant data, which you can access as
-attributes or by
key, like a dictionary
.
+attributes or by
subscription
.
There's also a ``data`` attribute/key that provides the entire data dictionary.