aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-21 20:21:12 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-21 20:21:12 +0200
commit6d4ec618f2f02a20874973647f34cbca9e9936cc (patch)
tree3e2a0fde67f49682364c63821c4bf16bb3872c8a
parent943782afc394f52377223fb6b777946d5b2148ff (diff)
downloadmastodon.py-6d4ec618f2f02a20874973647f34cbca9e9936cc.tar.gz
small docs change
-rw-r--r--TODO.md3
-rw-r--r--docs/index.rst1
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 7be1c70..cf845fc 100644
--- a/TODO.md
+++ b/TODO.md
@@ -37,7 +37,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
37 37
383.4.2 383.4.2
39----- 39-----
40* [ ] Add configuration attribute to GET /api/v1/instance 40* [postpone to later] Add configuration attribute to GET /api/v1/instance
41 41
423.5.0 423.5.0
43----- 43-----
@@ -66,3 +66,4 @@ General improvements that would be good to do before doing another release:
66* [x] Fix the CI 66* [x] Fix the CI
67* [ ] Get test coverage like, real high 67* [ ] Get test coverage like, real high
68* [ ] Add all those streaming events?? 68* [ ] Add all those streaming events??
69* [ ] Document return values
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
Powered by cgit v1.2.3 (git 2.41.0)