]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Wed, 22 Mar 2023 11:50:00 +0000 (12:50 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2023 11:50:00 +0000 (12:50 +0100)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Doc/library/sqlite3.rst

index a78f3eb7221746075efd8763bd051d83dfbf6352..4b2d13ab3a8fcdb57b996f195851da3f5cc5296c 100644 (file)
@@ -911,7 +911,7 @@ Connection objects
 
       Call this method from a different thread to abort any queries that might
       be executing on the connection.
-      Aborted queries will raise an exception.
+      Aborted queries will raise an :exc:`OperationalError`.
 
 
    .. method:: set_authorizer(authorizer_callback)