Skip to content

Commit a78703f

Browse files
committed
docs/library/machine: Typo fix in machine_callbacks section.
1 parent 9ef6bb5 commit a78703f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/machine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A note of callbacks used by functions and class methods of ``machine`` module:
1717
all these callbacks should be considered as executing in an interrupt context.
1818
This is true for both physical devices with IDs >= 0 and "virtual" devices
1919
with negative IDs like -1 (these "virtual" devices are still thin shims on
20-
top of real hardware and real hardware intrerrupts). See :ref:`isr_rules`.
20+
top of real hardware and real hardware interrupts). See :ref:`isr_rules`.
2121

2222
Reset related functions
2323
-----------------------

0 commit comments

Comments
 (0)