summaryrefslogtreecommitdiffstats
path: root/Tools/build
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2024-03-05 16:05:52 (GMT)
committerGitHub <noreply@github.com>2024-03-05 16:05:52 (GMT)
commite7ba6e9dbe5433b4a0bcb0658da6a68197c28630 (patch)
treea969e02a86240adb40023084777365594bc82c61 /Tools/build
parent4402b3cbcf8323bfa908ef86a687a5a7d46d27f3 (diff)
downloadcpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.zip
cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.tar.gz
cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.tar.bz2
chore: fix typos (#116345)
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'Tools/build')
-rw-r--r--Tools/build/stable_abi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/build/stable_abi.py b/Tools/build/stable_abi.py
index 8314662..95fc4df 100644
--- a/Tools/build/stable_abi.py
+++ b/Tools/build/stable_abi.py
@@ -601,7 +601,7 @@ def check_private_names(manifest):
if name.startswith('_') and not item.abi_only:
raise ValueError(
f'`{name}` is private (underscore-prefixed) and should be '
- + 'removed from the stable ABI list or or marked `abi_only`')
+ + 'removed from the stable ABI list or marked `abi_only`')
def check_dump(manifest, filename):
"""Check that manifest.dump() corresponds to the data.