Fixup comment
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>pull/7011/head
parent
7712f41315
commit
9986cdba4e
|
@ -119,7 +119,7 @@ class Stream(object):
|
|||
"""Base class for the streams.
|
||||
|
||||
Provides a `get_updates()` function that returns new updates since the last
|
||||
time it was called up.
|
||||
time it was called.
|
||||
"""
|
||||
|
||||
NAME = None # type: str # The name of the stream
|
||||
|
|
Loading…
Reference in New Issue