8000 gh-96414: Inline code examples in sqlite3 docs by erlend-aasland · Pull Request #96442 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-96414: Inline code examples in sqlite3 docs #96442

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 15 commits into from
Aug 31, 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
Remove trailing whitespace
  • Loading branch information
erlend-aasland committed Aug 30, 2022
commit 43ae95e6d8fbd87a66bc272b259bb37c4a4b53bd
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1964,7 +1964,7 @@ The object passed to *protocol* will be of type :class:`PrepareProtocol`.

.. testoutput::
:hide:

4.0;-3.2


Expand Down
0