We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611f81a commit d79f4e2Copy full SHA for d79f4e2
1 file changed
shared-bindings/canio/Listener.c
@@ -77,7 +77,7 @@ STATIC mp_obj_t canio_listener_in_waiting(mp_obj_t self_in) {
77
STATIC MP_DEFINE_CONST_FUN_OBJ_1(canio_listener_in_waiting_obj, canio_listener_in_waiting);
78
79
//| def __iter__(self) -> Listener:
80
-//| """Returns self, unless the object is deinitialized.
+//| """Returns self
81
//|
82
//| This method exists so that `Listener` can be used as an
83
//| iterable"""
0 commit comments