diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index a78f3eb7221..4b2d13ab3a8 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -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)