mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)
(cherry picked from commit 7b2d53dacc
)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
This commit is contained in:
parent
9a1453b651
commit
592c34469b
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue