From daee83c10bc65a98f5574017e4e3fbeb350ffbe8 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 21 Feb 2019 13:23:02 -0800 Subject: Fix mount doc --- shared-bindings/storage/__init__.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-bindings/storage/__init__.c') 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. //| -- cgit v1.2.3