Skip to content

Commit

Permalink
Remove two ambiguous ‘underlying’
Browse files Browse the repository at this point in the history
  • Loading branch information
geryogam committed Nov 13, 2022
1 parent 0636c89 commit 85e7a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ Connection objects
<sqlite3-transaction-control-isolation-level>` of :mod:`!sqlite3`.
If set to ``None``, transactions are never implicitly opened.
If set to one of ``"DEFERRED"``, ``"IMMEDIATE"``, or ``"EXCLUSIVE"``,
corresponding to the underlying `SQLite transaction behaviour`_,
corresponding to the `SQLite transaction behaviour`_,
:ref:`implicit transaction management
<sqlite3-transaction-control-isolation-level>` is performed.

Expand Down Expand Up @@ -2440,7 +2440,7 @@ If :attr:`~Connection.isolation_level` is not ``None``:
transaction before executing an
``INSERT``, ``UPDATE``, ``DELETE``, or ``REPLACE`` statement;
for other statements, no implicit transaction control is performed.
The type of ``BEGIN`` statement that those methods use for the underlying
The type of ``BEGIN`` statement that those methods use for the
`SQLite transaction behaviour`_ can be chosen via the
:attr:`~Connection.isolation_level` attribute.
* Transactions should be explicitly committed using :meth:`!commit`.
Expand Down

0 comments on commit 85e7a93

Please sign in to comment.