From f1eccb70c2f23fc6665733d8c911b21eb36cbcf5 Mon Sep 17 00:00:00 2001 From: utkonos Date: Mon, 20 Jan 2025 10:35:59 -0500 Subject: Fix typo --- docs/dev/typelibraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev') diff --git a/docs/dev/typelibraries.md b/docs/dev/typelibraries.md index dccb9102..aeb3f5bb 100644 --- a/docs/dev/typelibraries.md +++ b/docs/dev/typelibraries.md @@ -92,7 +92,7 @@ The following demonstrates attributes of interest on a loaded type library in va print('\t"%s" %s' % (str(key), str(val))) ``` -Named objects (via dictionary `.named_objects` are functions signatures and a module's exported variables. Named types (via dictionary `.named_types`) are the textual named you might use to declare a variable. For example, +Named objects (via dictionary `.named_objects` are functions signatures and a module's exported variables. Named types (via dictionary `.named_types`) are the textual names you might use to declare a variable. For example, For example, `.named_objects['fegetexceptionflag']` looks up its function prototype: `int32_t (fexcept_t* flagp)` and `.named_types['fexcept_t']` looks up `uint16_t`, its typedef. -- cgit v1.3.1