Skip to content

Commit 1a89a2d

Browse files
committed
fix doc build
1 parent 989fb82 commit 1a89a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/bindings/rp2pio/StateMachine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ STATIC mp_obj_t rp2pio_statemachine_write(size_t n_args, const mp_obj_t *pos_arg
426426
}
427427
MP_DEFINE_CONST_FUN_OBJ_KW(rp2pio_statemachine_write_obj, 2, rp2pio_statemachine_write);
428428

429-
//| def background_write(self, once: Optional[ReadableBuffer]=None, *, loop=Optional[ReadableBuffer]=None) -> None:
429+
//| def background_write(self, once: Optional[ReadableBuffer]=None, *, loop: Optional[ReadableBuffer]=None) -> None:
430430
//| """Write data to the TX fifo in the background, with optional looping.
431431
//|
432432
//| First, if any previous ``once`` or ``loop`` buffer has not been started, this function blocks until they have.

0 commit comments

Comments
 (0)