mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
[3.11] chore: fix typos (GH-116345) (#116375)
Co-authored-by: cui fliter <imcusg@gmail.com>
(cherry picked from commit e7ba6e9dbe
)
This commit is contained in:
parent
fa670a59ba
commit
f4672e2569
5 changed files with 5 additions and 5 deletions
|
@ -599,7 +599,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