Typo in PEP 393

This commit is contained in:
Jesus Cea 2011-11-30 03:35:05 +01:00
parent 251d323726
commit 3c89c9c913
1 changed files with 1 additions and 1 deletions

View File

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