docs/uctypes.rst: Fix typo (steamlined -> streamlined).

This commit is contained in:
Noah Rosamilia 2016-02-27 14:56:18 -05:00 committed by Paul Sokolovsky
parent dc320164d8
commit 6bb9d3ea3e
1 changed files with 1 additions and 1 deletions

View File

@ -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
-------------------------