From 43e9156216abc800f3d75a87b253169576da05de Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sun, 2 Nov 2025 12:33:39 +0100 Subject: [PATCH] Fix typo in RaiserException docstring --- cython_test_exception_raiser/raiser.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cython_test_exception_raiser/raiser.pyx b/cython_test_exception_raiser/raiser.pyx index 820540e..2bdddf9 100644 --- a/cython_test_exception_raiser/raiser.pyx +++ b/cython_test_exception_raiser/raiser.pyx @@ -10,7 +10,7 @@ See L{twisted.test.test_failure.test_failureConstructionWithMungedStackSucceeds} class RaiserException(Exception): """ - A speficic exception only used to be identified in tests. + A specific exception only used to be identified in tests. """