diff options
Diffstat (limited to 'docs/library/esp32.rst')
-rw-r--r-- | docs/library/esp32.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/esp32.rst b/docs/library/esp32.rst index fc9096803..e3c25d265 100644 --- a/docs/library/esp32.rst +++ b/docs/library/esp32.rst @@ -91,7 +91,7 @@ methods to enable over-the-air (OTA) updates. These methods implement the simple and :ref:`extended <block-device-interface>` block protocol defined by - :class:`uos.AbstractBlockDev`. + :class:`os.AbstractBlockDev`. .. method:: Partition.set_boot() |