From a78703f188f5caef33a0dc3230291c939f3c3034 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky <pfalcon@users.sourceforge.net> Date: Sun, 16 Apr 2017 10:14:05 +0300 Subject: [PATCH] docs/library/machine: Typo fix in machine_callbacks section. --- docs/library/machine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library/machine.rst b/docs/library/machine.rst index dbf8b8b4c..ea11a1ff4 100644 --- a/docs/library/machine.rst +++ b/docs/library/machine.rst @@ -17,7 +17,7 @@ A note of callbacks used by functions and class methods of ``machine`` module: all these callbacks should be considered as executing in an interrupt context. This is true for both physical devices with IDs >= 0 and "virtual" devices with negative IDs like -1 (these "virtual" devices are still thin shims on -top of real hardware and real hardware intrerrupts). See :ref:`isr_rules`. +top of real hardware and real hardware interrupts). See :ref:`isr_rules`. Reset related functions ----------------------- -- GitLab