From 2839345bde959ca07ac55d804c002a576764f417 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 1 Mar 2022 16:48:30 -0600 Subject: [PATCH] Improve wording in FAQ section on accessing data from API v2 models --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1