aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index 03aa413..2ae1394 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -3534,7 +3534,7 @@ class Mastodon:
3534 There is currently no way to get tag IDs implemented in Mastodon.py, because the Mastodon public API does not implement one. This will be fixed in a future 3534 There is currently no way to get tag IDs implemented in Mastodon.py, because the Mastodon public API does not implement one. This will be fixed in a future
3535 release. 3535 release.
3536 3536
3537 Returns a list of `admin dimensions dicts`_. 3537 Returns a list of `admin dimension dicts`_.
3538 """ 3538 """
3539 params_init = locals() 3539 params_init = locals()
3540 keys = [] 3540 keys = []
Powered by cgit v1.2.3 (git 2.41.0)