Skip to content

Commit 80d29aa

Browse files
Merge remote-tracking branch 'origin/sqlite-doc-tx-handling' into sqlite-doc-tx-handling
2 parents f9f4f97 + b09fab1 commit 80d29aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ Connection Objects
411411
or one of "", "DEFERRED", "IMMEDIATE" or "EXCLUSIVE".
412412
Defaults to the former (`""`), unless overridden at :func:`connect`,
413413
using the *isolation_level* parameter.
414-
"" and "DEFERRED" carry the same meaning;
415-
they both imply deferred isolation level.
414+
Both "" and "DEFERRED" carry the same meaning;
415+
they imply deferred isolation level.
416416
See :ref:`sqlite3-controlling-transactions` for more details.
417417

418418
.. attribute:: in_transaction

0 commit comments

Comments
 (0)