summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorNoah Rosamilia <ivoahivoah@gmail.com>2016-02-27 14:56:18 -0500
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-02 00:25:10 +0200
commit6bb9d3ea3eb411bbc64e3e89b14522df8edadba6 (patch)
tree08034b060aab4ee6fb668c2f8fa267c3def76a9a
parentdc320164d82c222e5be85f81d290df4d9b5581d9 (diff)
downloadmicropython-6bb9d3ea3eb411bbc64e3e89b14522df8edadba6.tar.gz
micropython-6bb9d3ea3eb411bbc64e3e89b14522df8edadba6.zip
docs/uctypes.rst: Fix typo (steamlined -> streamlined).
-rw-r--r--docs/library/uctypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/uctypes.rst b/docs/library/uctypes.rst
index 73637a0e27..9a7f85edcd 100644
--- a/docs/library/uctypes.rst
+++ b/docs/library/uctypes.rst
@@ -6,7 +6,7 @@
This module implements "foreign data interface" for MicroPython. The idea
behind it is similar to CPython's ``ctypes`` modules, but actual API is
-different, steamlined and optimized for small size.
+different, streamlined and optimized for small size.
Defining structure layout
-------------------------