aboutsummaryrefslogtreecommitdiff
path: root/docs/library/machine.Timer.rst
diff options
context:
space:
mode:
authorMike Causer <mcauser@gmail.com>2021-04-30 16:53:36 +1000
committerDamien George <damien@micropython.org>2021-05-04 22:58:00 +1000
commit31ac410a4fbf18b38b6f4557045959140026680e (patch)
treeaf61c304a48aa064205c185e5043e80ac5543f45 /docs/library/machine.Timer.rst
parent6e776a671061130d86a300fcd72173d9b93f521a (diff)
docs: Fix some spelling mistakes.
Diffstat (limited to 'docs/library/machine.Timer.rst')
-rw-r--r--docs/library/machine.Timer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/machine.Timer.rst b/docs/library/machine.Timer.rst
index 9991d3aeb..77a549b40 100644
--- a/docs/library/machine.Timer.rst
+++ b/docs/library/machine.Timer.rst
@@ -9,7 +9,7 @@ the most flexible and heterogeneous kind of hardware in MCUs and SoCs,
differently greatly from a model to a model. MicroPython's Timer class
defines a baseline operation of executing a callback with a given period
(or once after some delay), and allow specific boards to define more
-non-standard behavior (which thus won't be portable to other boards).
+non-standard behaviour (which thus won't be portable to other boards).
See discussion of :ref:`important constraints <machine_callbacks>` on
Timer callbacks.