summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/machine.rst
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-04-16 10:14:05 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-04-16 10:14:05 +0300
commita78703f188f5caef33a0dc3230291c939f3c3034 (patch)
treeecd0a55569579fa78522f7b0925e802ca414280a /docs/library/machine.rst
parent9ef6bb5480e38b4ce3d195511e1d43a04094d48e (diff)
downloadmicropython-a78703f188f5caef33a0dc3230291c939f3c3034.tar.gz
micropython-a78703f188f5caef33a0dc3230291c939f3c3034.zip
docs/library/machine: Typo fix in machine_callbacks section.
Diffstat (limited to 'docs/library/machine.rst')
-rw-r--r--docs/library/machine.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/machine.rst b/docs/library/machine.rst
index dbf8b8b4ce..ea11a1ff45 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
-----------------------