Skip to content

Commit f4fd5bb

Browse files
committed
canio: docs: fix how we refer to 'the listen method'
1 parent 8d45be1 commit f4fd5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/canio/Listener.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
//| class Listener:
3535
//| """Listens for CAN message
3636
//|
37-
//| canio.Listener is not constructed directly, but instead by calling the
38-
//| Listen method of a canio.CAN object."""
37+
//| canio.Listener is not constructed directly, but instead by calling
38+
//| `~canio.CAN.listen`."""
3939
//|
4040

4141
//| def receive(self) -> Optional[Message]:

0 commit comments

Comments
 (0)