[Python-checkins] Fix typos in pep384_macrocheck.py (GH-28220)

Fidget-Spinner webhook-mailer at python.org
Fri Sep 10 10:44:11 EDT 2021


https://github.com/python/cpython/commit/4338aeeb9e07607f17bbada8ebfd97e7cc7a203c
commit: 4338aeeb9e07607f17bbada8ebfd97e7cc7a203c
branch: main
author: Ikko Ashimine <eltociear at gmail.com>
committer: Fidget-Spinner <28750310+Fidget-Spinner at users.noreply.github.com>
date: 2021-09-10T22:44:03+08:00
summary:

Fix typos in pep384_macrocheck.py (GH-28220)

Co-authored-by: Serhiy Storchaka <storchaka at gmail.com>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner at users.noreply.github.com>

files:
M Tools/scripts/pep384_macrocheck.py

diff --git a/Tools/scripts/pep384_macrocheck.py b/Tools/scripts/pep384_macrocheck.py
index 142d248dd2fa9..ab9dd7c972aab 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,



More information about the Python-checkins mailing list