Skip to content

Commit f08e6d1

Browse files
authored
bpo-33930: Fix typo in the test name. (#27733)
bpo-33930: Fix typo in the test name. (GH-27733)
1 parent 81ab8db commit f08e6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ def g():
11711171

11721172

11731173
@cpython_only
1174-
def test_crashcan_recursion(self):
1174+
def test_trashcan_recursion(self):
11751175
# See bpo-33930
11761176

11771177
def foo():

0 commit comments

Comments
 (0)