8000 gh-61162: Clarify sqlite3 connection context manager docs by erlend-aasland · Pull Request #93890 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-61162: Clarify sqlite3 connection context manager docs #93890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jun 19, 2022
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 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
0