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 a370deb..5cc0f57 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -2321,7 +2321,7 @@ class Mastodon:
2321 ### 2321 ###
2322 # Writing data: Featured hashtags 2322 # Writing data: Featured hashtags
2323 ### 2323 ###
2324 @api_version("3.0.0", "3.0.0", __DICT_VERSION_FEATURED_TAG) 2324 @api_version("3.0.0", "4.0.0", __DICT_VERSION_FEATURED_TAG)
2325 def featured_tag_create(self, name): 2325 def featured_tag_create(self, name):
2326 """ 2326 """
2327 Creates a new featured hashtag displayed on the logged-in users profile. 2327 Creates a new featured hashtag displayed on the logged-in users profile.
Powered by cgit v1.2.3 (git 2.41.0)