Skip to content

Commit 4603846

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 2fda15f + f5fa4ae commit 4603846

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
@@ -406,7 +406,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(rp2pio_statemachine_write_obj, 2, rp2pio_statemachine
406406

407407
//| def readinto(self, buffer: WriteableBuffer, *, start: int = 0, end: Optional[int] = None) -> None:
408408
//| """Read into ``buffer``. If the number of bytes to read is 0, nothing happens. The buffer
409-
//| include any data added to the fifo even if it was added before this was called.
409+
//| includes any data added to the fifo even if it was added before this was called.
410410
//|
411411
//| :param ~circuitpython_typing.WriteableBuffer buffer: Read data into this buffer
412412
//| :param int start: Start of the slice of ``buffer`` to read into: ``buffer[start:end]``

0 commit comments

Comments
 (0)