Skip to content

Commit 052e199

Browse files
[3.9] Fix typos in pep384_macrocheck.py (GH-28220) (GH-28273)
Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Ken Jin <[email protected]> (cherry picked from commit 4338aee) Co-authored-by: Ikko Ashimine <[email protected]> Automerge-Triggered-By: GH:Fidget-Spinner
1 parent 5c65834 commit 052e199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/scripts/pep384_macrocheck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
22
pep384_macrocheck.py
33
4-
This programm tries to locate errors in the relevant Python header
4+
This program tries to locate errors in the relevant Python header
55
files where macros access type fields when they are reachable from
6-
the limided API.
6+
the limited API.
77
88
The idea is to search macros with the string "->tp_" in it.
99
When the macro name does not begin with an underscore,

0 commit comments

Comments
 (0)