PEP 624: Typo (#1916)

This commit is contained in:
Stéphane Wirtel 2021-04-09 08:06:30 +02:00 committed by GitHub
parent e3b65e6b5b
commit 15ee6f8487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ Remove these APIs in Python 3.11. They have been deprecated already.
Alternative Ideas
=================
Replace ``Py_UNICODE*`` with ``PyObjct*``
-----------------------------------------
Replace ``Py_UNICODE*`` with ``PyObject*``
------------------------------------------
As described in the "Alternative APIs" section, some APIs don't have
public alternative APIs accepting ``PyObject *unicode`` input.