1 parent 8d45be1 commit f4fd5bbCopy full SHA for f4fd5bb
1 file changed
shared-bindings/canio/Listener.c
@@ -34,8 +34,8 @@
34
//| class Listener:
35
//| """Listens for CAN message
36
//|
37
-//| canio.Listener is not constructed directly, but instead by calling the
38
-//| Listen method of a canio.CAN object."""
+//| canio.Listener is not constructed directly, but instead by calling
+//| `~canio.CAN.listen`."""
39
40
41
//| def receive(self) -> Optional[Message]:
0 commit comments