Skip to content

Commit 4338aee

Browse files
Ikko Ashimineserhiy-storchakaFidget-Spinner
authored
Fix typos in pep384_macrocheck.py (GH-28220)
Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Ken Jin <[email protected]>
1 parent 17a1b3e commit 4338aee

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)