mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Merge doc and comment fixes from 3.5
This commit is contained in:
commit
abe4d52a1a
11 changed files with 15 additions and 15 deletions
|
|
@ -261,7 +261,7 @@ class TestTracemallocEnabled(unittest.TestCase):
|
|||
snapshot.dump(support.TESTFN)
|
||||
self.addCleanup(support.unlink, support.TESTFN)
|
||||
|
||||
# load() should recreates the attribute
|
||||
# load() should recreate the attribute
|
||||
snapshot2 = tracemalloc.Snapshot.load(support.TESTFN)
|
||||
self.assertEqual(snapshot2.test_attr, "new")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue