Skip to content

Commit b47fd08

Browse files
committed
copy editing
1 parent dbd5b7d commit b47fd08

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
@@ -52,7 +52,7 @@
5252
//| in a particular PIO instance. They are independent otherwise.
5353
//|
5454
//| This class is designed to facilitate sharing of PIO resources. By default,
55-
//| it is assumed that the state machine is used on it's own and can be placed
55+
//| it is assumed that the state machine is used on its own and can be placed
5656
//| in either PIO. State machines with the same program will be placed in the
5757
//| same PIO if possible. To ensure multiple state machines share a PIO use
5858
//| the ``colocate`` kwarg during construction and create them one after another."""
@@ -212,7 +212,7 @@ STATIC mp_obj_t rp2pio_statemachine_make_new(const mp_obj_type_t *type, size_t n
212212
}
213213

214214
//| def deinit(self) -> None:
215-
//| """Turn off the state machine and release it's resources."""
215+
//| """Turn off the state machine and release its resources."""
216216
//| ...
217217
//|
218218
STATIC mp_obj_t rp2pio_statemachine_obj_deinit(mp_obj_t self_in) {

0 commit comments

Comments
 (0)