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 sqlite3.rst
  • Loading branch information
Erlend Egeberg Aasland authored Jun 16, 2022
commit 20a100aa5a2654404845d839cb7204e060b9bca6
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ the context manager is a no-op.
.. note::

The context manager does not implicitly open a new transaction.
The context manager does not close the connection.
The context manager does not implicitly close the connection.

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

Expand Down