Skip to content

Commit 006b6c6

Browse files
committed
fix typo/markup error
1 parent 2f0f48f commit 006b6c6

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
@@ -24,7 +24,7 @@
2424
//| import memorymap
2525
//|
2626
//| FifoType = Literal["auto", "txrx", "tx", "rx", "txput", "txget", "putget"]
27-
//| """A type representing of the strings ``"auto"``, ``"txrx"``, ``"tx"``, ``"rx"``, ``"txput"``, txget" or ``"putget"``. These values are supported on RP2350. For type-checking only, not actually defined in CircuitPython."""
27+
//| """A type representing one of the strings ``"auto"``, ``"txrx"``, ``"tx"``, ``"rx"``, ``"txput"``, ``"txget"`` or ``"putget"``. These values are supported on RP2350. For type-checking only, not actually defined in CircuitPython."""
2828
//| FifoType_piov0 = Literal["auto", "txrx", "tx", "rx"]
2929
//| """A type representing one of the strings ``"auto"``, ``"txrx"``, ``"tx"``, or ``"rx"``. These values are supported on both RP2350 and RP2040. For type-checking only, not actually defined in CircuitPython."""
3030
//| MovStatusType = Literal["txfifo", "rxfifo", "irq"]

0 commit comments

Comments
 (0)