From 6bb9d3ea3eb411bbc64e3e89b14522df8edadba6 Mon Sep 17 00:00:00 2001 From: Noah Rosamilia <ivoahivoah@gmail.com> Date: Sat, 27 Feb 2016 14:56:18 -0500 Subject: [PATCH] docs/uctypes.rst: Fix typo (steamlined -> streamlined). --- docs/library/uctypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library/uctypes.rst b/docs/library/uctypes.rst index 73637a0e2..9a7f85edc 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 ------------------------- -- GitLab