diff options
author | Lorenz Diener <[email protected]> | 2019-06-22 21:18:34 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-06-22 21:18:34 +0200 |
commit | fecdba91e12989970e28497ecd2f4e4dda57f2a2 (patch) | |
tree | 7e6e693776d9437b763132642b42b9d24d1763f5 | |
parent | 43a3670d14335842295b51766c02a86046044e11 (diff) | |
download | mastodon.py-fecdba91e12989970e28497ecd2f4e4dda57f2a2.tar.gz |
And even more fixes to formatting
-rw-r--r-- | docs/index.rst | 3 |
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 @ |