summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-19 04:03:41 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-19 04:03:41 (GMT)
commit8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818 (patch)
tree6ed1a5aaa6ede819ec672beae759c18f6d428121 /Lib/test
parent0d88c652318c4c5eed77fd2e78e9e955ffa5c8d1 (diff)
downloadcpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.zip
cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.tar.gz
cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.tar.bz2
Fix spelling (inital), grammar (may translates) in documentation, comments
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_tracemalloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_tracemalloc.py b/Lib/test/test_tracemalloc.py
index f65e361..da89a9a 100644
--- a/Lib/test/test_tracemalloc.py
+++ b/Lib/test/test_tracemalloc.py
@@ -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")