File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1295,7 +1295,7 @@ Connection objects
1295
1295
1296
1296
.. attribute :: isolation_level
1297
1297
1298
- Controls the :ref: `legacy transaction handling mode
1298
+ Sets the :ref: `legacy transaction control mode
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" ``,
@@ -1308,7 +1308,7 @@ Connection objects
1308
1308
1309
1309
.. note ::
1310
1310
1311
- Using :attr: `autocommit ` to control transaction handling is
1311
+ Using :attr: `autocommit ` to set transaction control is
1312
1312
recommended over using :attr: `!isolation_level `.
1313
1313
:attr: `!isolation_level ` has no effect unless :attr: `autocommit ` is
1314
1314
set to :data: `LEGACY_TRANSACTION_CONTROL ` (the default).
@@ -1455,7 +1455,7 @@ Cursor objects
1455
1455
against all parameter sequences or mappings found in the sequence
1456
1456
*parameters *. It is also possible to use an
1457
1457
:term: `iterator ` yielding parameters instead of a sequence.
1458
- Uses the same implicit transaction handling as :meth: `~Cursor.execute `.
1458
+ Uses the same implicit transaction control as :meth: `~Cursor.execute `.
1459
1459
1460
1460
Example:
1461
1461
You can’t perform that action at this time.
0 commit comments