Skip to content
Prev Previous commit
Next Next commit
Typo
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
Erlend Egeberg Aasland and AlexWaygood authored Jul 3, 2022
commit 7aa11d5ecbf2b40f8ec592a45364498f44827a31
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ new transactions are implicitly opened before
``INSERT``, ``UPDATE``, ``DELETE``, or ``REPLACE`` statements.
Use the :meth:`~Connection.commit` and :meth:`~Connection.rollback` methods
to respectively commit and roll back pending transactions.
You can chose the underlying SQLite `transaction behaviour`_,
You can choose the underlying SQLite `transaction behaviour`_,
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated
that is the kind of ``BEGIN`` statements ``sqlite3`` implicitly executes,
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated
via the :attr:`~Connection.isolation_level` attribute.

Expand Down