PEP 670: Remove a redundant sentence

This commit is contained in:
Brett Cannon 2022-03-31 12:21:32 -07:00 committed by GitHub
parent dcc73ae458
commit 136a9387d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ will be cast to appropriate types using additional macros.
The cast will not be done in the limited C API version 3.11:
users who opt in to the new limited API may need to add casts to
the exact expected type.
(The cast will not be done in the limited C API version 3.11:
users who opt in to the new limited API may need to add casts to
the exact expected type.)
To avoid introducing incompatible changes, macros which can be used as
l-value in an assignment will not be converted.