Fix typo.
This commit is contained in:
parent
42303d9a9a
commit
500d47d62b
|
@ -94,7 +94,7 @@ creation time are called "compact" unicode objects; character data
|
||||||
immediately follow the base structure. If the maximum character is
|
immediately follow the base structure. If the maximum character is
|
||||||
less than 128, they use the PyASCIIObject structure, and the UTF-8
|
less than 128, they use the PyASCIIObject structure, and the UTF-8
|
||||||
data, the UTF-8 length and the wstr length are the same as the length
|
data, the UTF-8 length and the wstr length are the same as the length
|
||||||
and the ASCII data. For non-ASCII strings, the PyCompactObject
|
of the ASCII data. For non-ASCII strings, the PyCompactObject
|
||||||
structure is used. Resizing compact objects is not supported.
|
structure is used. Resizing compact objects is not supported.
|
||||||
|
|
||||||
Objects for which the maximum character is not given at creation time
|
Objects for which the maximum character is not given at creation time
|
||||||
|
|
Loading…
Reference in New Issue