Skip to content

Commit 15ee6f8

Browse files
authored
PEP 624: Typo (#1916)
1 parent e3b65e6 commit 15ee6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-0624.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ Remove these APIs in Python 3.11. They have been deprecated already.
142142
Alternative Ideas
143143
=================
144144

145-
Replace ``Py_UNICODE*`` with ``PyObjct*``
146-
-----------------------------------------
145+
Replace ``Py_UNICODE*`` with ``PyObject*``
146+
------------------------------------------
147147

148148
As described in the "Alternative APIs" section, some APIs don't have
149149
public alternative APIs accepting ``PyObject *unicode`` input.

0 commit comments

Comments
 (0)