mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
This commit is contained in:
parent
eb9aca3c07
commit
46f50726a0
67 changed files with 241 additions and 241 deletions
|
@ -376,7 +376,7 @@ class MemoryTestMixin:
|
|||
|
||||
# Pickle expects the class to be on the module level. Here we use a
|
||||
# little hack to allow the PickleTestMemIO class to derive from
|
||||
# self.ioclass without having to define all combinations explictly on
|
||||
# self.ioclass without having to define all combinations explicitly on
|
||||
# the module-level.
|
||||
import __main__
|
||||
PickleTestMemIO.__module__ = '__main__'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue