summaryrefslogtreecommitdiff
path: root/shared-bindings/storage
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-02-21 13:23:02 -0800
committerScott Shawcroft <scott@tannewt.org>2019-02-21 13:23:02 -0800
commitdaee83c10bc65a98f5574017e4e3fbeb350ffbe8 (patch)
treeeabf5e6431f7cb3e984ed07133ab0a98a10928e6 /shared-bindings/storage
parent1a0596a2fbb68c1285ec59606d03a610ee94ca47 (diff)
Fix mount doc
Diffstat (limited to 'shared-bindings/storage')
-rw-r--r--shared-bindings/storage/__init__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/storage/__init__.c b/shared-bindings/storage/__init__.c
index d7af48df0..4db3a9fec 100644
--- a/shared-bindings/storage/__init__.c
+++ b/shared-bindings/storage/__init__.c
@@ -48,7 +48,7 @@
//| directly.
//|
-//| .. function:: mount(filesystem, mount_path, \*, readonly=False, disable_concurrent_write_protection=False)
+//| .. function:: mount(filesystem, mount_path, \*, readonly=False)
//|
//| Mounts the given filesystem object at the given path.
//|