We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e09860 commit f59f943Copy full SHA for f59f943
Doc/library/sqlite3.rst
@@ -911,7 +911,7 @@ Connection objects
911
912
Call this method from a different thread to abort any queries that might
913
be executing on the connection.
914
- Aborted queries will raise an exception.
+ Aborted queries will raise an :exc:`OperationalError`.
915
916
917
.. method:: set_authorizer(authorizer_callback)
0 commit comments