diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2021-09-10 14:44:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 14:44:03 (GMT) |
commit | 4338aeeb9e07607f17bbada8ebfd97e7cc7a203c (patch) | |
tree | 47edc77476f700399be360068317cef8a2ea0dc8 /Tools/scripts | |
parent | 17a1b3e63a5db4e581c0ef52751df2314f7249fa (diff) | |
download | cpython-4338aeeb9e07607f17bbada8ebfd97e7cc7a203c.zip cpython-4338aeeb9e07607f17bbada8ebfd97e7cc7a203c.tar.gz cpython-4338aeeb9e07607f17bbada8ebfd97e7cc7a203c.tar.bz2 |
Fix typos in pep384_macrocheck.py (GH-28220)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Diffstat (limited to 'Tools/scripts')
-rw-r--r-- | Tools/scripts/pep384_macrocheck.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/pep384_macrocheck.py b/Tools/scripts/pep384_macrocheck.py index 142d248..ab9dd7c 100644 --- a/Tools/scripts/pep384_macrocheck.py +++ b/Tools/scripts/pep384_macrocheck.py @@ -1,9 +1,9 @@ """ pep384_macrocheck.py -This programm tries to locate errors in the relevant Python header +This program tries to locate errors in the relevant Python header files where macros access type fields when they are reachable from -the limided API. +the limited API. The idea is to search macros with the string "->tp_" in it. When the macro name does not begin with an underscore, |