Typo in PEP 393
This commit is contained in:
parent
251d323726
commit
3c89c9c913
|
@ -189,7 +189,7 @@ PyUnicode_2BYTE_KIND (2), or PyUnicode_4BYTE_KIND (3). PyUnicode_DATA
|
||||||
gives the void pointer to the data. Access to individual characters
|
gives the void pointer to the data. Access to individual characters
|
||||||
should use PyUnicode_{READ|WRITE}[_CHAR]:
|
should use PyUnicode_{READ|WRITE}[_CHAR]:
|
||||||
|
|
||||||
- PyUnciode_READ(kind, data, index)
|
- PyUnicode_READ(kind, data, index)
|
||||||
- PyUnicode_WRITE(kind, data, index, value)
|
- PyUnicode_WRITE(kind, data, index, value)
|
||||||
- PyUnicode_READ_CHAR(unicode, index)
|
- PyUnicode_READ_CHAR(unicode, index)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue