From: Harmon Date: Tue, 1 Mar 2022 22:48:30 +0000 (-0600) Subject: Improve wording in FAQ section on accessing data from API v2 models X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2839345bde959ca07ac55d804c002a576764f417;p=tweepy.git Improve wording in FAQ section on accessing data from API v2 models --- diff --git a/docs/faq.rst b/docs/faq.rst index 3cb978c..5b4e55e 100644 --- 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.