Fix mount doc

This commit is contained in:
Scott Shawcroft 2019-02-21 13:23:02 -08:00
parent 1a0596a2fb
commit daee83c10b
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//|