mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
#11565: Fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
6905de14fe
commit
c2077b0d9b
91 changed files with 125 additions and 125 deletions
|
@ -372,7 +372,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