Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/sqlite3.rst
  • Loading branch information
Erlend Egeberg Aasland
Erlend Egeberg Aasland authored Jun 16, 2022
commit 61b31f9865d309ddfe1509c0da022f2d98bbfc10
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ otherwise, the transaction is committed:

.. note::

The context manager does not implicitly start a new transaction.
The context manager does not implicitly open a new transaction.

.. literalinclude:: ../includes/sqlite3/ctx_manager.py

Expand Down