[3.10] bpo-33930: Fix typo in the test name. (GH-27736)

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

Automerge-Triggered-By: GH:benjaminp
This commit is contained in:
Benjamin Peterson 2021-08-13 02:45:13 -07:00 committed by GitHub
parent c28c2e1cb0
commit ef36dfe4de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1171,7 +1171,7 @@ def g():
@cpython_only
def test_crashcan_recursion(self):
def test_trashcan_recursion(self):
# See bpo-33930
def foo():