aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-27 02:57:01 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-27 02:57:01 +0200
commite91cbd78aac85cdc3d041204c470faff4e1fe93e (patch)
tree2a99c1b3bec0256debefeb5a7e21620e40b4825d
parentf862650b732548c550e240c6a2106c6ad7b53765 (diff)
downloadmastodon.py-e91cbd78aac85cdc3d041204c470faff4e1fe93e.tar.gz
typo
-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)