diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-21 20:21:12 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-21 20:21:12 +0200 |
commit | 6d4ec618f2f02a20874973647f34cbca9e9936cc (patch) | |
tree | 3e2a0fde67f49682364c63821c4bf16bb3872c8a /docs | |
parent | 943782afc394f52377223fb6b777946d5b2148ff (diff) | |
download | mastodon.py-6d4ec618f2f02a20874973647f34cbca9e9936cc.tar.gz |
small docs change
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 8b47fad..450300e 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -671,6 +671,7 @@ Instance dicts | |||
671 | mastodon.instance() | 671 | mastodon.instance() |
672 | # Returns the following dictionary | 672 | # Returns the following dictionary |
673 | { | 673 | { |
674 | 'domain': # The instances domain name | ||
674 | 'description': # A brief instance description set by the admin | 675 | 'description': # A brief instance description set by the admin |
675 | 'short_description': # An even briefer instance description | 676 | 'short_description': # An even briefer instance description |
676 | 'email': # The admin contact email | 677 | 'email': # The admin contact email |