Improve FAQ question about API v2 model/object data
authorHarmon <Harmon758@gmail.com>
Sat, 1 Jan 2022 17:12:41 +0000 (11:12 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 1 Jan 2022 17:12:41 +0000 (11:12 -0600)
docs/faq.rst

index 7bb449d72909459765d2fa2d564f3243a92b69f8..fda7fe208d19972cf5a3231f309116fe746d3ce1 100644 (file)
@@ -131,8 +131,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 attributes that are
-guaranteed to exist.
+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.