[docs] documentation bug in "C/API Unicode Objects and Codecs"

tomo cocoa cocoatomo77 at gmail.com
Thu Apr 7 18:53:34 CEST 2011


Hello

I am a Japanese Pythonista and a Python documentation translator.

I found a bug in the documentation of UTF-16 Codecs.
http://docs.python.org/c-api/unicode.html#utf-16-codecs

The passages about the function PyUnicode_DecodeUTF16 starts with
"Decode length bytes from".
But I think s/length/size/, because there is no formal parameter named
"length" but "size".

Regards


-- 
class Cocoatomo:
    name = 'cocoatomo'
    email_address = 'cocoatomo77 at gmail.com'
    twitter_id = '@cocoatomo'


More information about the docs mailing list