8000 PEP 670: fix a grammar mistake · ExplodingCabbage/peps@b70ce67 · GitHub
[go: up one dir, main page]

Skip to content

Commit b70ce67

Browse files
authored
PEP 670: fix a grammar mistake
1 parent 136a938 commit b70ce67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep-0670.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Rationale
3232
The use of macros may have unintended adverse effects that are hard to
3333
avoid, even for experienced C developers. Some issues have been known
3434
for years, while others have been discovered recently in Python.
35-
Working around macro pitfalls makes the macro coder harder to read and
35+
Working around macro pitfalls makes the macro code harder to read and
3636
to maintain.
3737

3838
Converting macros to functions has multiple advantages:

0 commit comments

Comments
 (0)
0