diff --git a/peps/pep-0733.rst b/peps/pep-0733.rst index f052f375ad0..409cdef5eba 100644 --- a/peps/pep-0733.rst +++ b/peps/pep-0733.rst @@ -30,8 +30,8 @@ Author: Erlend Egeberg Aasland , Jelle Zijlstra , Status: Draft Type: Informational -Content-Type: text/x-rst Created: 16-Oct-2023 +Post-History: `01-Nov-2023 `__ Abstract @@ -65,7 +65,7 @@ conventions changed, and new usage patterns have emerged, such as bindings to languages other than C/C++. In the next few years, new developments are expected to further test the C API, such as the removal of the GIL and the development of a JIT compiler. However, this growth was not -supported by clearly documented guidelines, resulting in inconsitent +supported by clearly documented guidelines, resulting in inconsistent approaches to API design in different subsystems of CPython. In addition, CPython is no longer the only implementation of Python, and some of the design decisions made when it was, are difficult for alternative