]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Mar 2023 11:59:56 +0000 (04:59 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2023 11:59:56 +0000 (04:59 -0700)
(cherry picked from commit 7b2d53daccf5a6479e179535068fd9a841db44fc)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Doc/library/sqlite3.rst

index ba2ae83642a5fd8e16a35a786b63280d52039ca5..051e76c440ca5737cbcaac2272f30436e0a35b07 100644 (file)
@@ -700,7 +700,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)