PEP 620: Fix typos (#1556)

This commit is contained in:
Victor Stinner 2020-08-07 23:55:44 +02:00 committed by GitHub
parent 06d41486de
commit c2c08f612c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ Hiding implementation details from the C API has multiple advantages:
Relationship with the limited C API
-----------------------------------
The PEP 384 "Defining a Stable ABI" is in Python 3.4. It introduces the
The PEP 384 "Defining a Stable ABI" is implemented in Python 3.4. It introduces the
"limited C API": a subset of the C API. When the limited C API is used,
it becomes possible to build a C extension only once and use it on
multiple Python versions: that's the stable ABI.
@ -530,7 +530,7 @@ copy/paste the few functions needed by their C extension.
**STATUS**: In Progress (implemented but not distributed by CPython yet)
The ``pythoncapi_compat.h`` header file is currently developer at:
The ``pythoncapi_compat.h`` header file is currently developed at:
https://github.com/pythoncapi/pythoncapi_compat
Process to reduce the number of broken C extensions