Improve wording in FAQ section on accessing data from API v2 models
authorHarmon <Harmon758@gmail.com>
Tue, 1 Mar 2022 22:51:00 +0000 (16:51 -0600)
committerHarmon <Harmon758@gmail.com>
Tue, 1 Mar 2022 22:51:00 +0000 (16:51 -0600)
docs/faq.rst

index 5b4e55e3f09bdc6f44205ca082e0dbd16c392d88..e263133c57f78c716b39dafc39667ba3ec74e369 100644 (file)
@@ -105,8 +105,8 @@ Why am I not getting expansions or fields data with API v2 using :class:`Client`
 ---------------------------------------------------------------------------------
 
 If you are simply printing the objects and looking at that output, the string
-representations of API v2 models/objects only include the default attributes
-that are guaranteed to exist.
+representations of API v2 models/objects only include the default fields that
+are guaranteed to exist.
 
 The objects themselves still include the relevant data, which you can access as
 attributes or by subscription.