Skip to content

Commit 6083de0

Browse files
committed
fix method name in docstr
1 parent 92e2134 commit 6083de0

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
@@ -101,7 +101,7 @@
101101
//| :param int frequency: the target clock frequency of the state machine. Actual may be less. Use 0 for system clock speed.
102102
//| :param ReadableBuffer init: a program to run once at start up. This is run after program
103103
//| is started so instructions may be intermingled
104-
//| :param ReadableBuffer may_exec: Instructions that may be executed via `StateMachine.exec` calls.
104+
//| :param ReadableBuffer may_exec: Instructions that may be executed via `StateMachine.run` calls.
105105
//| Some elements of the `StateMachine`'s configuration are inferred from the instructions used;
106106
//| for instance, if there is no ``in`` or ``push`` instruction, then the `StateMachine` is configured without a receive FIFO.
107107
//| In this case, passing a ``may_exec`` program containing an ``in`` instruction such as ``in x``, a receive FIFO will be configured.

0 commit comments

Comments
 (0)