Skip to content

Commit a9d1068

Browse files
committed
fix whitespace
1 parent 8f0f2be commit a9d1068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class Broken(Exception, metaclass=Meta):
172172
def test_set_object_and_fetch(self):
173173
class Broken(Exception):
174174
def __init__(self, *arg):
175-
raise ValueError("Broken __init__")
175+
raise ValueError("Broken __init__")
176176

177177
exc = _testcapi.exc_set_object_fetch(Broken, 'abcd')
178178
self.assertIsInstance(exc, ValueError)

0 commit comments

Comments
 (0)