summaryrefslogtreecommitdiff
path: root/docs/library/zephyr.FlashArea.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/zephyr.FlashArea.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/zephyr.FlashArea.rst')
-rw-r--r--docs/library/zephyr.FlashArea.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/zephyr.FlashArea.rst b/docs/library/zephyr.FlashArea.rst
index 9cd4dd59d..749b90a3b 100644
--- a/docs/library/zephyr.FlashArea.rst
+++ b/docs/library/zephyr.FlashArea.rst
@@ -37,4 +37,4 @@ Methods
These methods implement the simple and extended
:ref:`block protocol <block-device-interface>` defined by
- :class:`os.AbstractBlockDev`.
+ :class:`vfs.AbstractBlockDev`.