summaryrefslogtreecommitdiffstatshomepage
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 34103195dd..addcd20a91 100644
--- a/docs/library/pyb.rst
+++ b/docs/library/pyb.rst
@@ -210,7 +210,7 @@ Miscellaneous functions
It only makes sense to call this function from within boot.py.
-.. function:: mount(device, mountpoint, \*, readonly=False, mkfs=False)
+.. function:: mount(device, mountpoint, *, readonly=False, mkfs=False)
.. note:: This function is deprecated. Mounting and unmounting devices should
be performed by :meth:`uos.mount` and :meth:`uos.umount` instead.