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

index 3cb978cf4390a25027e18af3301878a065ec153d..5b4e55e3f09bdc6f44205ca082e0dbd16c392d88 100644 (file)
@@ -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.