]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typos in pep384_macrocheck.py (GH-28220)
authorIkko Ashimine <eltociear@gmail.com>
Fri, 10 Sep 2021 14:44:03 +0000 (23:44 +0900)
committerGitHub <noreply@github.com>
Fri, 10 Sep 2021 14:44:03 +0000 (22:44 +0800)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Tools/scripts/pep384_macrocheck.py

index 142d248dd2fa9b3cfc41455e64ebe25a220b2568..ab9dd7c972aab5cb9d4c8c34bde4449ce4d621e4 100644 (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,