aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon')
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index 68f4914..9e165ca 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -565,6 +565,8 @@ class Mastodon:
565 def toot(self, status): 565 def toot(self, status):
566 """ 566 """
567 Synonym for status_post that only takes the status text as input. 567 Synonym for status_post that only takes the status text as input.
568
569 Usage in production code is not recommended.
568 570
569 Returns a toot dict with the new status. 571 Returns a toot dict with the new status.
570 """ 572 """
Powered by cgit v1.2.3 (git 2.41.0)