diff options
| -rw-r--r-- | shared-bindings/storage/__init__.c | 2 |
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. //| |
