mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
chore: fix typos (#116345)
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
4402b3cbcf
commit
e7ba6e9dbe
15 changed files with 17 additions and 17 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue