mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Fix spelling (inital), grammar (may translates) in documentation, comments
This commit is contained in:
parent
0d88c65231
commit
8f26565ba9
11 changed files with 15 additions and 15 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue