Skip to content

Commit fd671f2

Browse files
committed
[3.10] bpo-33930: Fix typo in the test name. (GH-27733)
bpo-33930: Fix typo in the test name. (GH-27733) (cherry picked from commit f08e6d1) Co-authored-by: Benjamin Peterson <benjamin@python.org>
1 parent 2666d70 commit fd671f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)