summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/machine.rst
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-03 20:40:27 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-03 20:49:29 +0300
commit28d4b94dce34b7ca1ca1291234b9730279180947 (patch)
tree92a09d048b4584db6fb48289c559e6a584a4c662 /docs/library/machine.rst
parent69b702276b125e4c8dec9e34ae37d9f0fe17c4fa (diff)
downloadmicropython-28d4b94dce34b7ca1ca1291234b9730279180947.tar.gz
micropython-28d4b94dce34b7ca1ca1291234b9730279180947.zip
docs/machine: Change wording to be a bit more port-neutral.
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 c78b7c1b67..dacfe737b9 100644
--- a/docs/library/machine.rst
+++ b/docs/library/machine.rst
@@ -11,7 +11,7 @@ Reset related functions
.. function:: reset()
- Resets the WiPy in a manner similar to pushing the external RESET
+ Resets the device in a manner similar to pushing the external RESET
button.
.. function:: reset_cause()
@@ -87,7 +87,7 @@ Miscellaneous functions
.. function:: unique_id()
Returns a string of 6 bytes (48 bits), which is the unique ID of the MCU.
- This also corresponds to the ``MAC address`` of the WiPy.
+ This also corresponds to the network ``MAC address``.
.. _machine_constants: