aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-07-30 20:45:26 +0200
committerLorenz Diener <[email protected]>2018-07-30 20:45:26 +0200
commit2af3fd82f4194c4b089ae06d982525c52e3ae00e (patch)
tree66e0d94562ee1ababdd189c6f30f00b0b77b3923
parent053d8f3b4f939a7ae2430c7847492f688a69abb5 (diff)
downloadmastodon.py-2af3fd82f4194c4b089ae06d982525c52e3ae00e.tar.gz
Improve documentation for status_reply
-rw-r--r--mastodon/Mastodon.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index 4efa475..68a6901 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -1198,7 +1198,8 @@ class Mastodon:
1198 CW and visibility if not explicitly overridden. 1198 CW and visibility if not explicitly overridden.
1199 1199
1200 Set `untag` to True if you want the reply to only go to the user you 1200 Set `untag` to True if you want the reply to only go to the user you
1201 are replying to. 1201 are replying to, removing every other mentioned user from the
1202 conversation.
1202 """ 1203 """
1203 user_id = self.__get_logged_in_id() 1204 user_id = self.__get_logged_in_id()
1204 1205
Powered by cgit v1.2.3 (git 2.41.0)