commit | f2f1c57b7e4dcd418c278dd45161a5de65bc05d3 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sun May 08 13:18:25 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sun May 08 13:18:25 2016 +0000 |
tree | 2a91e7ce343064eb416a217c9bbc095b455bffde | |
parent | cdbf38cbd60946f0d9fe53be2c16214099cd93cb [diff] [blame] |
Fix typos in comments, documentation and test method names
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index b17bdbf..9bc114b 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py
@@ -3723,7 +3723,7 @@ b.a = a z = deepcopy(a) # This blew up before - def test_unintialized_modules(self): + def test_uninitialized_modules(self): # Testing uninitialized module objects... from types import ModuleType as M m = M.__new__(M)