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: def toot(self, status): """ Synonym for status_post that only takes the status text as input. + + Usage in production code is not recommended. Returns a toot dict with the new status. """