Fix spelling (inital), grammar (may translates) in documentation, comments

This commit is contained in:
Martin Panter 2016-04-19 04:03:41 +00:00
parent 0d88c65231
commit 8f26565ba9
11 changed files with 15 additions and 15 deletions

View file

@ -253,7 +253,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")