Skip to content

Commit f1eccb7

Browse files
utkonosplafosse
authored andcommitted
Fix typo
1 parent e78cae7 commit f1eccb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/typelibraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following demonstrates attributes of interest on a loaded type library in va
9292
print('\t"%s" %s' % (str(key), str(val)))
9393
```
9494

95-
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,
95+
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,
9696

9797
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.
9898

0 commit comments

Comments
 (0)