summaryrefslogtreecommitdiff
path: root/docs/library/esp32.rst
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-11-20 19:12:02 +1100
committerDamien George <damien@micropython.org>2024-02-07 13:25:09 +1100
commit45f99cb4459248116396773a72cc122edbe14a00 (patch)
tree20ca8e12879972b210aaca9b70728acc10f0c220 /docs/library/esp32.rst
parente7020463f1114317988ffef21663df5cc8c62ba9 (diff)
docs/library: Move vfs functions and classes from os to vfs module docs.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library/esp32.rst')
-rw-r--r--docs/library/esp32.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/esp32.rst b/docs/library/esp32.rst
index 422329bf1..dc35e7905 100644
--- a/docs/library/esp32.rst
+++ b/docs/library/esp32.rst
@@ -114,7 +114,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:`os.AbstractBlockDev`.
+ :class:`vfs.AbstractBlockDev`.
.. method:: Partition.set_boot()