From 32ce72cb9e0a5ebb68ddf056c4eadce5a9117e6e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 2 Jun 2015 10:35:06 +0300 Subject: [PATCH] docs/uctypes: Typo fix. --- 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 328b968f49..c124592b3c 100644 --- a/docs/library/uctypes.rst +++ b/docs/library/uctypes.rst @@ -96,7 +96,7 @@ Following are encoding examples for various field types: Module contents --------------- -.. class:: struct(descriptor, addr, layout_type-NATIVE) +.. class:: struct(descriptor, addr, layout_type=NATIVE) Instantiate a "foreign data structure" object based on structure descriptor (encoded as a dictionary), layout type (see below), and actual structure