Skip to content
Prev Previous commit
Next Next commit
Update Doc/library/sqlite3.rst
  • Loading branch information
Erlend Egeberg Aasland authored Jun 27, 2022
commit b09fab17aadbc19e1b118cd3b79842d9d2aada61
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ Connection Objects
or one of "", "DEFERRED", "IMMEDIATE" or "EXCLUSIVE".
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated
Defaults to the former (`""`), unless overridden at :func:`connect`,
using the *isolation_level* parameter.
"" and "DEFERRED" carry the same meaning;
they both imply deferred isolation level.
Both "" and "DEFERRED" carry the same meaning;
they imply deferred isolation level.
See :ref:`sqlite3-controlling-transactions` for more details.

.. attribute:: in_transaction
Expand Down