mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix typos (#123775)
This commit is contained in:
parent
df4f0cbfad
commit
9017b95ff2
43 changed files with 59 additions and 59 deletions
|
@ -2192,7 +2192,7 @@ class AbstractPicklingErrorTests:
|
|||
@support.cpython_only
|
||||
def test_bad_ext_code(self):
|
||||
# This should never happen in normal circumstances, because the type
|
||||
# and the value of the extesion code is checked in copyreg.add_extension().
|
||||
# and the value of the extension code is checked in copyreg.add_extension().
|
||||
key = (__name__, 'MyList')
|
||||
def check(code, exc):
|
||||
assert key not in copyreg._extension_registry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue