Skip to content

Commit

Permalink
Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7b2d53d)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
  • Loading branch information
3 people committed Mar 22, 2023
1 parent 2e0505a commit 3c2a7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,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)
Expand Down

0 comments on commit 3c2a7bb

Please sign in to comment.