Spelling fixes (#2902)

This commit is contained in:
Ville Skyttä 2017-08-03 09:00:59 +03:00 committed by Serhiy Storchaka
parent d9d55c91be
commit 49b2734bf1
29 changed files with 54 additions and 54 deletions

View file

@ -1227,7 +1227,7 @@ PyAPI_FUNC(PyObject*) PyUnicode_Encode(
/* Encodes a Unicode object and returns the result as Python
object.
This API is DEPRECATED. It is superceeded by PyUnicode_AsEncodedString()
This API is DEPRECATED. It is superseded by PyUnicode_AsEncodedString()
since all standard encodings (except rot13) encode str to bytes.
Use PyCodec_Encode() for encoding with rot13 and non-standard codecs
that encode form str to non-bytes. */