Skip to content

Commit d49af4d

Browse files
committed
make wording a bit clearer
1 parent adff93c commit d49af4d

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
@@ -422,7 +422,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(rp2pio_statemachine_write_obj, 2, rp2pio_statemachine
422422
//| ) -> None:
423423
//| """Write data to the TX fifo in the background, with optional looping.
424424
//|
425-
//| First, if any previous ``once`` or ``loop`` buffer has not been started, this function blocks until they have.
425+
//| First, if any previous ``once`` or ``loop`` buffer has not been started, this function blocks until they have been started.
426426
//| This means that any ``once`` or ``loop`` buffer will be written at least once.
427427
//| Then the ``once`` and/or ``loop`` buffers are queued. and the function returns.
428428
//| The ``once`` buffer (if specified) will be written just once.

0 commit comments

Comments
 (0)