aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-22 21:18:34 +0200
committerLorenz Diener <[email protected]>2019-06-22 21:18:34 +0200
commitfecdba91e12989970e28497ecd2f4e4dda57f2a2 (patch)
tree7e6e693776d9437b763132642b42b9d24d1763f5 /docs
parent43a3670d14335842295b51766c02a86046044e11 (diff)
downloadmastodon.py-fecdba91e12989970e28497ecd2f4e4dda57f2a2.tar.gz
And even more fixes to formatting
Diffstat (limited to 'docs')
-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)