diff --git a/pep-0624.rst b/pep-0624.rst index 056023ddc..4625ea3d6 100644 --- a/pep-0624.rst +++ b/pep-0624.rst @@ -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.