diff options
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 c8ef2c5315..869e2f8f3b 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)`` |