Merge doc and comment fixes from 3.5

This commit is contained in:
Martin Panter 2016-04-19 23:23:16 +00:00
commit abe4d52a1a
11 changed files with 15 additions and 15 deletions

View file

@ -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")