summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_exceptions.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2021-08-12 01:56:43 (GMT)
committerGitHub <noreply@github.com>2021-08-12 01:56:43 (GMT)
commitf08e6d1bb3c5655f184af88c6793e90908bb6338 (patch)
tree1e52b14f5d383fb89795bb0678eaaf44ed317a27 /Lib/test/test_exceptions.py
parent81ab8db235580317edcb0e559cd4c983f70883f5 (diff)
downloadcpython-f08e6d1bb3c5655f184af88c6793e90908bb6338.zip
cpython-f08e6d1bb3c5655f184af88c6793e90908bb6338.tar.gz
cpython-f08e6d1bb3c5655f184af88c6793e90908bb6338.tar.bz2
bpo-33930: Fix typo in the test name. (#27733)
bpo-33930: Fix typo in the test name. (GH-27733)
Diffstat (limited to 'Lib/test/test_exceptions.py')
-rw-r--r--Lib/test/test_exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py
index 8bcb4b0..efeca6d 100644
--- a/Lib/test/test_exceptions.py
+++ b/Lib/test/test_exceptions.py
@@ -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():