8000 Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904) · python/cpython@7b2d53d · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b2d53d

Browse files
Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
1 parent c740736 commit 7b2d53d

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
@@ -911,7 +911,7 @@ Connection objects
911911

912912
Call this method from a different thread to abort any queries that might
913913
be executing on the connection.
914-
Aborted queries will raise an exception.
914+
Aborted queries will raise an :exc:`OperationalError`.
915915

916916

917917
.. method:: set_authorizer(authorizer_callback)

0 commit comments

Comments
 (0)
0