[Python-checkins] peps: Typo in PEP 393

jesus.cea python-checkins at python.org
Wed Nov 30 03:35:36 CET 2011


http://hg.python.org/peps/rev/37ae67559050
changeset:   4005:37ae67559050
user:        Jesus Cea <jcea at jcea.es>
date:        Wed Nov 30 03:35:05 2011 +0100
summary:
  Typo in PEP 393

files:
  pep-0393.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0393.txt b/pep-0393.txt
--- a/pep-0393.txt
+++ b/pep-0393.txt
@@ -189,7 +189,7 @@
 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)
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list