PEP 624: Typo (#1916)
This commit is contained in:
parent
e3b65e6b5b
commit
15ee6f8487
|
@ -142,8 +142,8 @@ Remove these APIs in Python 3.11. They have been deprecated already.
|
||||||
Alternative Ideas
|
Alternative Ideas
|
||||||
=================
|
=================
|
||||||
|
|
||||||
Replace ``Py_UNICODE*`` with ``PyObjct*``
|
Replace ``Py_UNICODE*`` with ``PyObject*``
|
||||||
-----------------------------------------
|
------------------------------------------
|
||||||
|
|
||||||
As described in the "Alternative APIs" section, some APIs don't have
|
As described in the "Alternative APIs" section, some APIs don't have
|
||||||
public alternative APIs accepting ``PyObject *unicode`` input.
|
public alternative APIs accepting ``PyObject *unicode`` input.
|
||||||
|
|
Loading…
Reference in New Issue