summaryrefslogtreecommitdiff
path: root/docs/library/pyb.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/pyb.rst')
-rw-r--r--docs/library/pyb.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst
index 869e2f8f3..f169a77f3 100644
--- a/docs/library/pyb.rst
+++ b/docs/library/pyb.rst
@@ -213,7 +213,7 @@ Miscellaneous functions
.. function:: mount(device, mountpoint, *, readonly=False, mkfs=False)
.. note:: This function is deprecated. Mounting and unmounting devices should
- be performed by :meth:`os.mount` and :meth:`os.umount` instead.
+ be performed by :meth:`vfs.mount` and :meth:`vfs.umount` instead.
Mount a block device and make it available as part of the filesystem.
``device`` must be an object that provides the block protocol. (The