We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9f4f97 + b09fab1 commit 80d29aaCopy full SHA for 80d29aa
Doc/library/sqlite3.rst
@@ -411,8 +411,8 @@ Connection Objects
411
or one of "", "DEFERRED", "IMMEDIATE" or "EXCLUSIVE".
412
Defaults to the former (`""`), unless overridden at :func:`connect`,
413
using the *isolation_level* parameter.
414
- "" and "DEFERRED" carry the same meaning;
415
- they both imply deferred isolation level.
+ Both "" and "DEFERRED" carry the same meaning;
+ they imply deferred isolation level.
416
See :ref:`sqlite3-controlling-transactions` for more details.
417
418
.. attribute:: in_transaction
0 commit comments