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 80d29aa commit 576c760Copy full SHA for 576c760
Doc/library/sqlite3.rst
@@ -1467,7 +1467,7 @@ setting :attr:`isolation_level` to :const:`None`.
1467
This leaves the underlying SQLite library in autocommit mode,
1468
but also allows the user to perform any transaction handling using explicit SQL
1469
statements.
1470
-The SQLite library autocommit mode can be queried using the
+The underlying SQLite library autocommit mode can be queried using the
1471
:attr:`in_transaction` connection attribute.
1472
1473
.. note::
0 commit comments