Browse Source

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

pull/1861/merge
Noah Rosamilia 9 years ago
committed by Paul Sokolovsky
parent
commit
6bb9d3ea3e
  1. 2
      docs/library/uctypes.rst

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

Loading…
Cancel
Save