Small documentation fix for toot()

This commit is contained in:
Lorenz Diener 2017-09-08 14:49:57 +02:00
pare d9471c2d7d
commit c628ff4f05

Veure arxiu

@ -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.
"""