aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-09-08 14:49:57 +0200
committerLorenz Diener <[email protected]>2017-09-08 14:49:57 +0200
commitc628ff4f0595deba742d8649f6d1cc35e3f22cb9 (patch)
treec8340bd12d1c597850041c585aac22808a89d7d2 /mastodon
parentd9471c2d7d34b7c053edb9306f27a93fd8c07b28 (diff)
downloadmastodon.py-c628ff4f0595deba742d8649f6d1cc35e3f22cb9.tar.gz
Small documentation fix for toot()
Diffstat (limited to 'mastodon')
-rw-r--r--mastodon/Mastodon.py2
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 """
Powered by cgit v1.2.3 (git 2.41.0)