aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/02_return_values.rst')
-rw-r--r--docs/02_return_values.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/02_return_values.rst b/docs/02_return_values.rst
index 52947e9..9cc1e77 100644
--- a/docs/02_return_values.rst
+++ b/docs/02_return_values.rst
@@ -1,5 +1,7 @@
1Return values 1Return values
2============= 2=============
3.. py:module:: mastodon
4.. py:class: Mastodon
3 5
4Unless otherwise specified, all data is returned as Python dictionaries, matching 6Unless otherwise specified, all data is returned as Python dictionaries, matching
5the JSON format used by the API. Dates returned by the API are in ISO 8601 format 7the JSON format used by the API. Dates returned by the API are in ISO 8601 format
Powered by cgit v1.2.3 (git 2.41.0)