docs/uctypes.rst: Fix typo (steamlined -> streamlined).
This commit is contained in:
parent
dc320164d8
commit
6bb9d3ea3e
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
This module implements "foreign data interface" for MicroPython. The idea
|
This module implements "foreign data interface" for MicroPython. The idea
|
||||||
behind it is similar to CPython's ``ctypes`` modules, but actual API is
|
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
|
Defining structure layout
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
Loading…
Reference in New Issue