From 0882c91cfc381d30113b50927014a1e83a76733f Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 4 Jun 2018 20:05:11 +0200 Subject: [PATCH] Clarify streaming docs --- mastodon/streaming.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mastodon/streaming.py b/mastodon/streaming.py index 416f271..8c3ec19 100644 --- a/mastodon/streaming.py +++ b/mastodon/streaming.py @@ -26,8 +26,7 @@ class StreamListener(object): pass def on_abort(self): - """Some error happened that requires that the connection should - be aborted (or re-established)""" + """There was a connection error or read timeout.""" pass def on_delete(self, status_id):