Skip to content

Commit 576c760

Browse files
Make it clearer that SQLite autocommit mode is a concept belonging to the underlying library
1 parent 80d29aa commit 576c760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ setting :attr:`isolation_level` to :const:`None`.
14671467
This leaves the underlying SQLite library in autocommit mode,
14681468
but also allows the user to perform any transaction handling using explicit SQL
14691469
statements.
1470-
The SQLite library autocommit mode can be queried using the
1470+
The underlying SQLite library autocommit mode can be queried using the
14711471
:attr:`in_transaction` connection attribute.
14721472

14731473
.. note::

0 commit comments

Comments
 (0)