Skip to content

Commit d79f4e2

Browse files
committed
canio: doc improvement -- don't needlessly call out deinit behavior
1 parent 611f81a commit d79f4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/canio/Listener.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ STATIC mp_obj_t canio_listener_in_waiting(mp_obj_t self_in) {
7777
STATIC MP_DEFINE_CONST_FUN_OBJ_1(canio_listener_in_waiting_obj, canio_listener_in_waiting);
7878

7979
//| def __iter__(self) -> Listener:
80-
//| """Returns self, unless the object is deinitialized.
80+
//| """Returns self
8181
//|
8282
//| This method exists so that `Listener` can be used as an
8383
//| iterable"""

0 commit comments

Comments
 (0)