aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index e6698f8..a99ead0 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -1036,8 +1036,8 @@ class Mastodon:
1036 1036
1037 Returns a list of `report dicts`_. 1037 Returns a list of `report dicts`_.
1038 1038
1039 Warning: According to the official API documentation, this 1039 Warning: This method has now finally been removed, and will not
1040 method is to be treated as not finalized as of Mastodon 2.1.0. 1040 work on mastodon versions 2.5.0 and above.
1041 """ 1041 """
1042 return self.__api_request('GET', '/api/v1/reports') 1042 return self.__api_request('GET', '/api/v1/reports')
1043 1043
Powered by cgit v1.2.3 (git 2.41.0)