Skip to content

Commit 174a2cb

Browse files
authored
Fix RST formatting for readthedocs
And also a typo/grammar thing.
1 parent bea0526 commit 174a2cb

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

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

0 commit comments

Comments
 (0)