PEP 674: fix typo (#2172)

This commit is contained in:
Victor Stinner 2021-12-02 00:54:08 +01:00 committed by GitHub
parent 2f8088c384
commit 8f76cc83ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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