Skip to content

Commit 729fcf7

Browse files
committed
Fix doc markup
1 parent a58bf23 commit 729fcf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/raspberrypi/bindings/rp2pio/StateMachine.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
//| that causes an infinite loop, you will be able to interrupt the loop.
140140
//| However, if you are writing to a device that can get into a bad state if a read or write
141141
//| is interrupted, you may want to set this to False after your program has been vetted.
142-
//| :param int wrap_target The target instruction number of automatic wrap. Defaults to the first instruction of the program.
143-
//| :param int wrap The instruction after which to wrap to the ``wrap``
142+
//| :param int wrap_target: The target instruction number of automatic wrap. Defaults to the first instruction of the program.
143+
//| :param int wrap: The instruction after which to wrap to the ``wrap``
144144
//| instruction. As a special case, -1 (the default) indicates the
145145
//| last instruction of the program.
146146
//| """

0 commit comments

Comments
 (0)