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/uio.rst | |
parent | 3eb532e97463b7f9b9ffe6f617a035284ef3e37b (diff) | |
download | micropython-ce166e6b68b7fafb73a99fd64081f8a4155fe22a.tar.gz micropython-ce166e6b68b7fafb73a99fd64081f8a4155fe22a.zip |
docs: Spelling mistakes
Diffstat (limited to 'docs/library/uio.rst')
-rw-r--r-- | docs/library/uio.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/uio.rst b/docs/library/uio.rst index 1b3e2a0822..1823df8c4c 100644 --- a/docs/library/uio.rst +++ b/docs/library/uio.rst @@ -12,7 +12,7 @@ Functions .. function:: open(name, mode='r', **kwargs) - Open a file. Builtin ``open()`` function is alised to this function. + Open a file. Builtin ``open()`` function is aliased to this function. All ports (which provide access to file system) are required to support `mode` parameter, but support for other arguments vary by port. |