Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 592c344

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 9a1453b commit 592c344

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
@@ -867,7 +867,7 @@ Connection objects
867867

868868
Call this method from a different thread to abort any queries that might
869869
be executing on the connection.
870-
Aborted queries will raise an exception.
870+
Aborted queries will raise an :exc:`OperationalError`.
871871

872872

873873
.. method:: set_authorizer(authorizer_callback)

0 commit comments

Comments
 (0)