summaryrefslogtreecommitdiff
path: root/docs/pyboard
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-02-02 13:51:18 +1100
committerDamien George <damien@micropython.org>2024-02-07 13:25:10 +1100
commit4c56b39051b4a992d8691aa504cd2e76b958bf26 (patch)
tree9bd5e19a08626bf26c222c3e093e65916ce147b0 /docs/pyboard
parent7d28789544e4e35d8c931b41765dd64a53c506f1 (diff)
docs: Use vfs module instead of os.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/pyboard')
-rw-r--r--docs/pyboard/general.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pyboard/general.rst b/docs/pyboard/general.rst
index 0fc7332de..d1bf3829b 100644
--- a/docs/pyboard/general.rst
+++ b/docs/pyboard/general.rst
@@ -21,7 +21,7 @@ If needed, you can prevent the use of the SD card by creating an empty file
called ``/flash/SKIPSD``. If this file exists when the pyboard boots
up then the SD card will be skipped and the pyboard will always boot from the
internal filesystem (in this case the SD card won't be mounted but you can still
-mount and use it later in your program using ``os.mount``).
+mount and use it later in your program using ``vfs.mount``).
(Note that on older versions of the board, ``/flash`` is called ``0:/`` and ``/sd``
is called ``1:/``).