diff options
author | Noah Rosamilia <ivoahivoah@gmail.com> | 2016-02-27 14:56:18 -0500 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-02 00:25:10 +0200 |
commit | 6bb9d3ea3eb411bbc64e3e89b14522df8edadba6 (patch) | |
tree | 08034b060aab4ee6fb668c2f8fa267c3def76a9a | |
parent | dc320164d82c222e5be85f81d290df4d9b5581d9 (diff) | |
download | micropython-6bb9d3ea3eb411bbc64e3e89b14522df8edadba6.tar.gz micropython-6bb9d3ea3eb411bbc64e3e89b14522df8edadba6.zip |
docs/uctypes.rst: Fix typo (steamlined -> streamlined).
-rw-r--r-- | docs/library/uctypes.rst | 2 |
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 ------------------------- |