diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-02-21 13:23:02 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-02-21 13:23:02 -0800 |
| commit | daee83c10bc65a98f5574017e4e3fbeb350ffbe8 (patch) | |
| tree | eabf5e6431f7cb3e984ed07133ab0a98a10928e6 | |
| parent | 1a0596a2fbb68c1285ec59606d03a610ee94ca47 (diff) | |
Fix mount doc
| -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. //| |
