canio: docs: fix how we refer to 'the listen method'

This commit is contained in:
Jeff Epler 2020-09-26 09:46:26 -05:00
parent 8d45be1cd9
commit f4fd5bbfc4
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
//| class Listener:
//| """Listens for CAN message
//|
//| canio.Listener is not constructed directly, but instead by calling the
//| Listen method of a canio.CAN object."""
//| canio.Listener is not constructed directly, but instead by calling
//| `~canio.CAN.listen`."""
//|
//| def receive(self) -> Optional[Message]: