We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9a7be commit ef2ec5fCopy full SHA for ef2ec5f
can/listener.py
@@ -82,10 +82,10 @@ class BufferedReader(Listener):
82
be serviced. The messages can then be fetched with
83
:meth:`~can.BufferedReader.get_message`.
84
85
- Putting in messages after :meth:`~can.BufferedReader.stop` has be called will raise
+ Putting in messages after :meth:`~can.BufferedReader.stop` has been called will raise
86
an exception, see :meth:`~can.BufferedReader.on_message_received`.
87
88
- :attr bool is_stopped: ``True`` iff the reader has been stopped
+ :attr bool is_stopped: ``True`` if the reader has been stopped
89
"""
90
91
def __init__(self):
0 commit comments