Clarify streaming docs

This commit is contained in:
Lorenz Diener 2018-06-04 20:05:11 +02:00
pare 2b08e2ec83
commit 0882c91cfc

Veure arxiu

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