mirror of
https://github.com/python/cpython.git
synced 2025-08-22 01:35:16 +00:00
Spelling fixes (#2902)
This commit is contained in:
parent
d9d55c91be
commit
49b2734bf1
29 changed files with 54 additions and 54 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue