diff options
author | Mike Causer <mcauser@gmail.com> | 2016-08-01 09:52:00 +1000 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-02 11:17:46 +0300 |
commit | ce166e6b68b7fafb73a99fd64081f8a4155fe22a (patch) | |
tree | 20b063465b430968482cea18c41f949fbd2ec845 /docs/library/uos.rst | |
parent | 3eb532e97463b7f9b9ffe6f617a035284ef3e37b (diff) | |
download | micropython-ce166e6b68b7fafb73a99fd64081f8a4155fe22a.tar.gz micropython-ce166e6b68b7fafb73a99fd64081f8a4155fe22a.zip |
docs: Spelling mistakes
Diffstat (limited to 'docs/library/uos.rst')
-rw-r--r-- | docs/library/uos.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/uos.rst b/docs/library/uos.rst index bb95107c04..77a61ca449 100644 --- a/docs/library/uos.rst +++ b/docs/library/uos.rst @@ -81,7 +81,7 @@ Functions .. function:: unmount(path) - Unmounts a prevoulsy mounted block device from the given path. + Unmounts a previously mounted block device from the given path. .. function:: mkfs(block_device or path) |