summaryrefslogtreecommitdiff
path: root/docs/library/machine.rst
diff options
context:
space:
mode:
authorMike Causer <mcauser@gmail.com>2016-08-01 09:52:00 +1000
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-08-02 11:17:46 +0300
commitce166e6b68b7fafb73a99fd64081f8a4155fe22a (patch)
tree20b063465b430968482cea18c41f949fbd2ec845 /docs/library/machine.rst
parent3eb532e97463b7f9b9ffe6f617a035284ef3e37b (diff)
docs: Spelling mistakes
Diffstat (limited to 'docs/library/machine.rst')
-rw-r--r--docs/library/machine.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/machine.rst b/docs/library/machine.rst
index b103ec393..0f361a7cb 100644
--- a/docs/library/machine.rst
+++ b/docs/library/machine.rst
@@ -57,7 +57,7 @@ Power related functions
Gates the clock to the CPU, useful to reduce power consumption at any time during
short or long periods. Peripherals continue working and execution resumes as soon
as any interrupt is triggered (on many ports this includes system timer
- interrupt occuring at regular intervals on the order of millisecond).
+ interrupt occurring at regular intervals on the order of millisecond).
.. function:: sleep()
@@ -96,7 +96,7 @@ Miscellaneous functions
.. function:: unique_id()
- Returns a byte string with a unique idenifier of a board/SoC. It will vary
+ Returns a byte string with a unique identifier of a board/SoC. It will vary
from a board/SoC instance to another, if underlying hardware allows. Length
varies by hardware (so use substring of a full value if you expect a short
ID). In some MicroPython ports, ID corresponds to the network MAC address.