Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904)

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
This commit is contained in:
Erlend E. Aasland 2023-03-22 12:50:00 +01:00 committed by GitHub
parent c74073657e
commit 7b2d53dacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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)