[3.9] bpo-33930: Fix typo in the test name. (GH-27733) (GH-27734)

[bpo-33930](): Fix typo in the test name. (GH-27733)
(cherry picked from commit f08e6d1bb3)


Co-authored-by: Benjamin Peterson <benjamin@python.org>

Automerge-Triggered-By: GH:benjaminp
This commit is contained in:
Miss Islington (bot) 2021-08-11 19:20:21 -07:00 committed by GitHub
parent 8c93a63c03
commit f7635f0e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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