PEP 670: fix a grammar mistake

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

View File

@ -32,7 +32,7 @@ Rationale
The use of macros may have unintended adverse effects that are hard to
avoid, even for experienced C developers. Some issues have been known
for years, while others have been discovered recently in Python.
Working around macro pitfalls makes the macro coder harder to read and
Working around macro pitfalls makes the macro code harder to read and
to maintain.
Converting macros to functions has multiple advantages: