diff options
author | Lorenz Diener <[email protected]> | 2017-09-08 14:49:57 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-09-08 14:49:57 +0200 |
commit | c628ff4f0595deba742d8649f6d1cc35e3f22cb9 (patch) | |
tree | c8340bd12d1c597850041c585aac22808a89d7d2 /mastodon | |
parent | d9471c2d7d34b7c053edb9306f27a93fd8c07b28 (diff) | |
download | mastodon.py-c628ff4f0595deba742d8649f6d1cc35e3f22cb9.tar.gz |
Small documentation fix for toot()
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 2 |
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 | """ |