File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1299,7 +1299,7 @@ Connection objects
1299
1299
<sqlite3-transaction-control-isolation-level>` of :mod: `!sqlite3 `.
1300
1300
If set to ``None ``, transactions are never implicitly opened.
1301
1301
If set to one of ``"DEFERRED" ``, ``"IMMEDIATE" ``, or ``"EXCLUSIVE" ``,
1302
- corresponding to the underlying `SQLite transaction behaviour `_,
1302
+ corresponding to the `SQLite transaction behaviour `_,
1303
1303
:ref: `implicit transaction management
1304
1304
<sqlite3-transaction-control-isolation-level>` is performed.
1305
1305
@@ -2440,7 +2440,7 @@ If :attr:`~Connection.isolation_level` is not ``None``:
2440
2440
transaction before executing an
2441
2441
``INSERT ``, ``UPDATE ``, ``DELETE ``, or ``REPLACE `` statement;
2442
2442
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
2444
2444
`SQLite transaction behaviour `_ can be chosen via the
2445
2445
:attr: `~Connection.isolation_level ` attribute.
2446
2446
* Transactions should be explicitly committed using :meth: `!commit `.
You can’t perform that action at this time.
0 commit comments