summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tools/scripts/pep384_macrocheck.py4
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,