Clarify streaming docs

pull/139/head
Lorenz Diener 2018-06-04 20:05:11 +02:00
rodzic 2b08e2ec83
commit 0882c91cfc
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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):