Small documentation fix for toot()

pull/69/head^2
Lorenz Diener 2017-09-08 14:49:57 +02:00
rodzic d9471c2d7d
commit c628ff4f05
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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