Fix typo.

This commit is contained in:
Thomas Heller 2008-01-18 08:01:20 +00:00
parent ec44b2c139
commit 5c09436293
1 changed files with 1 additions and 1 deletions

View File

@ -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