From c628ff4f0595deba742d8649f6d1cc35e3f22cb9 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 8 Sep 2017 14:49:57 +0200 Subject: [PATCH] Small documentation fix for toot() --- mastodon/Mastodon.py | 2 ++ 1 file changed, 2 insertions(+) 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. """