PEP 674: fix typo (#2172)
This commit is contained in:
parent
2f8088c384
commit
8f76cc83ea
|
@ -519,7 +519,7 @@ Incompatible changes
|
|||
--------------------
|
||||
|
||||
While other converted macros didn't break the backward compatibility,
|
||||
there are is an exception.
|
||||
there is an exception.
|
||||
|
||||
The 3 macros ``Py_REFCNT()``, ``Py_TYPE()`` and ``Py_SIZE()`` have been
|
||||
converted to static inline functions in Python 3.10 and 3.11 to disallow
|
||||
|
|
Loading…
Reference in New Issue