From: Ikko Ashimine Date: Fri, 10 Sep 2021 14:44:03 +0000 (+0900) Subject: Fix typos in pep384_macrocheck.py (GH-28220) X-Git-Tag: v3.11.0a1~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4338aeeb9e07607f17bbada8ebfd97e7cc7a203c;p=thirdparty%2FPython%2Fcpython.git Fix typos in pep384_macrocheck.py (GH-28220) Co-authored-by: Serhiy Storchaka Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> --- diff --git a/Tools/scripts/pep384_macrocheck.py b/Tools/scripts/pep384_macrocheck.py index 142d248dd2fa..ab9dd7c972aa 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,