diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-27 02:57:01 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-27 02:57:01 +0200 |
commit | e91cbd78aac85cdc3d041204c470faff4e1fe93e (patch) | |
tree | 2a99c1b3bec0256debefeb5a7e21620e40b4825d | |
parent | f862650b732548c550e240c6a2106c6ad7b53765 (diff) | |
download | mastodon.py-e91cbd78aac85cdc3d041204c470faff4e1fe93e.tar.gz |
typo
-rw-r--r-- | mastodon/Mastodon.py | 2 |
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 = [] |