Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85e7a93

Browse files
committed
Remove two ambiguous ‘underlying’
1 parent 0636c89 commit 85e7a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ Connection objects
12991299
<sqlite3-transaction-control-isolation-level>` of :mod:`!sqlite3`.
13001300
If set to ``None``, transactions are never implicitly opened.
13011301
If set to one of ``"DEFERRED"``, ``"IMMEDIATE"``, or ``"EXCLUSIVE"``,
1302-
corresponding to the underlying `SQLite transaction behaviour`_,
1302+
corresponding to the `SQLite transaction behaviour`_,
13031303
:ref:`implicit transaction management
13041304
<sqlite3-transaction-control-isolation-level>` is performed.
13051305

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

0 commit comments

Comments
 (0)