Skip to content

Commit 3c2a7bb

Browse files
miss-islingtonerlend-aaslandCAM-Gerlach
authored
Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)
(cherry picked from commit 7b2d53d) Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent 2e0505a commit 3c2a7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ Connection objects
700700

701701
Call this method from a different thread to abort any queries that might
702702
be executing on the connection.
703-
Aborted queries will raise an exception.
703+
Aborted queries will raise an :exc:`OperationalError`.
704704

705705

706706
.. method:: set_authorizer(authorizer_callback)

0 commit comments

Comments
 (0)