bpo-33930: Fix typo in the test name. (#27733)

bpo-33930: Fix typo in the test name. (GH-27733)
This commit is contained in:
Benjamin Peterson 2021-08-11 18:56:43 -07:00 committed by GitHub
parent 81ab8db235
commit f08e6d1bb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1171,7 +1171,7 @@ class ExceptionTests(unittest.TestCase):
@cpython_only
def test_crashcan_recursion(self):
def test_trashcan_recursion(self):
# See bpo-33930
def foo():