diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-09-10 15:11:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 15:11:25 (GMT) |
commit | 8fc530058326321e215f242d743f0df7219d8eb9 (patch) | |
tree | 1d5c37a3fb9b75959303d2188e708f735d630ddd /Tools | |
parent | 89edd18779e382c5fa7f57722b0b897a907ed2c4 (diff) | |
download | cpython-8fc530058326321e215f242d743f0df7219d8eb9.zip cpython-8fc530058326321e215f242d743f0df7219d8eb9.tar.gz cpython-8fc530058326321e215f242d743f0df7219d8eb9.tar.bz2 |
[3.10] Fix typos in pep384_macrocheck.py (GH-28220) (GH-28272)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
(cherry picked from commit 4338aeeb9e07607f17bbada8ebfd97e7cc7a203c)
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Automerge-Triggered-By: GH:Fidget-Spinner
Diffstat (limited to 'Tools')
-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, |