diff options
| author | Damien George <damien@micropython.org> | 2023-11-20 19:12:02 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-02-07 13:25:09 +1100 |
| commit | 45f99cb4459248116396773a72cc122edbe14a00 (patch) | |
| tree | 20ca8e12879972b210aaca9b70728acc10f0c220 /docs/library/pyb.rst | |
| parent | e7020463f1114317988ffef21663df5cc8c62ba9 (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/pyb.rst')
| -rw-r--r-- | docs/library/pyb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst index c8ef2c531..869e2f8f3 100644 --- a/docs/library/pyb.rst +++ b/docs/library/pyb.rst @@ -217,7 +217,7 @@ Miscellaneous functions Mount a block device and make it available as part of the filesystem. ``device`` must be an object that provides the block protocol. (The - following is also deprecated. See :class:`os.AbstractBlockDev` for the + following is also deprecated. See :class:`vfs.AbstractBlockDev` for the correct way to create a block device.) - ``readblocks(self, blocknum, buf)`` |
