[3.9] Fix typos in pep384_macrocheck.py (GH-28220) (GH-28273)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
(cherry picked from commit 4338aeeb9e)


Co-authored-by: Ikko Ashimine <eltociear@gmail.com>

Automerge-Triggered-By: GH:Fidget-Spinner
This commit is contained in:
Miss Islington (bot) 2021-09-10 08:11:46 -07:00 committed by GitHub
parent 5c65834d80
commit 052e199d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,