diff --git a/docs/library/machine.rst b/docs/library/machine.rst index c78b7c1b6..dacfe737b 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: