Skip to content

Commit ef2ec5f

Browse files
Fix two typos in the BufferedReader docstring (#815)
Co-authored-by: Brian Thorne <[email protected]>
1 parent bc9a7be commit ef2ec5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

can/listener.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ class BufferedReader(Listener):
8282
be serviced. The messages can then be fetched with
8383
:meth:`~can.BufferedReader.get_message`.
8484
85-
Putting in messages after :meth:`~can.BufferedReader.stop` has be called will raise
85+
Putting in messages after :meth:`~can.BufferedReader.stop` has been called will raise
8686
an exception, see :meth:`~can.BufferedReader.on_message_received`.
8787
88-
:attr bool is_stopped: ``True`` iff the reader has been stopped
88+
:attr bool is_stopped: ``True`` if the reader has been stopped
8989
"""
9090

9191
def __init__(self):

0 commit comments

Comments
 (0)