summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/uio.rst
diff options
context:
space:
mode:
authorMike Causer <mcauser@gmail.com>2016-08-01 09:52:00 +1000
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-08-02 11:17:46 +0300
commitce166e6b68b7fafb73a99fd64081f8a4155fe22a (patch)
tree20b063465b430968482cea18c41f949fbd2ec845 /docs/library/uio.rst
parent3eb532e97463b7f9b9ffe6f617a035284ef3e37b (diff)
downloadmicropython-ce166e6b68b7fafb73a99fd64081f8a4155fe22a.tar.gz
micropython-ce166e6b68b7fafb73a99fd64081f8a4155fe22a.zip
docs: Spelling mistakes
Diffstat (limited to 'docs/library/uio.rst')
-rw-r--r--docs/library/uio.rst2
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.