Skip to content

Commit 49c88ac

Browse files
authored
Fix typo in RaiserException docstring (#16)
2 parents 45f6c14 + 349fb17 commit 49c88ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cython_test_exception_raiser/raiser.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See L{twisted.test.test_failure.test_failureConstructionWithMungedStackSucceeds}
1010

1111
class RaiserException(Exception):
1212
"""
13-
A speficic exception only used to be identified in tests.
13+
A specific exception only used to be identified in tests.
1414
"""
1515

1616

0 commit comments

Comments
 (0)