aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 0932d1f..f4de1b8 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -749,6 +749,9 @@ Admin account dicts
749.. _admin account dict: 749.. _admin account dict:
750 750
751.. code-block:: python 751.. code-block:: python
752
753 mastodon.admin_account(id)
754 # Returns the following dictionary
752 { 755 {
753 'id': # The users id, 756 'id': # The users id,
754 'username': # The users username, no leading @ 757 'username': # The users username, no leading @
Powered by cgit v1.2.3 (git 2.41.0)