From 3c89c9c913a54bdb474d23abd3d04fcaa2b4111e Mon Sep 17 00:00:00 2001 From: Jesus Cea Date: Wed, 30 Nov 2011 03:35:05 +0100 Subject: [PATCH] Typo in PEP 393 --- pep-0393.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0393.txt b/pep-0393.txt index e0040cc7f..b53e572df 100644 --- a/pep-0393.txt +++ b/pep-0393.txt @@ -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 should use PyUnicode_{READ|WRITE}[_CHAR]: - - PyUnciode_READ(kind, data, index) + - PyUnicode_READ(kind, data, index) - PyUnicode_WRITE(kind, data, index, value) - PyUnicode_READ_CHAR(unicode, index)