diff options
Diffstat (limited to 'Lib/test/test_module.py')
-rw-r--r-- | Lib/test/test_module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_module.py b/Lib/test/test_module.py index 3a076b3..ea6e897 100644 --- a/Lib/test/test_module.py +++ b/Lib/test/test_module.py @@ -227,7 +227,7 @@ a = A(destroyed)""" b"len = len", b"shutil.rmtree = rmtree"}) - def test_descriptor_errors_propogate(self): + def test_descriptor_errors_propagate(self): class Descr: def __get__(self, o, t): raise RuntimeError |