Fix typo.
This commit is contained in:
parent
ec44b2c139
commit
5c09436293
|
@ -686,7 +686,7 @@ Character Description
|
||||||
'w' ucs-4
|
'w' ucs-4
|
||||||
'O' pointer to Python Object
|
'O' pointer to Python Object
|
||||||
'Z' complex (whatever the next specifier is)
|
'Z' complex (whatever the next specifier is)
|
||||||
'&' specific pointer (prefix before another charater)
|
'&' specific pointer (prefix before another character)
|
||||||
'T{}' structure (detailed layout inside {})
|
'T{}' structure (detailed layout inside {})
|
||||||
'(k1,k2,...,kn)' multi-dimensional array of whatever follows
|
'(k1,k2,...,kn)' multi-dimensional array of whatever follows
|
||||||
':name:' optional name of the preceeding element
|
':name:' optional name of the preceeding element
|
||||||
|
|
Loading…
Reference in New Issue