Thanks to visit codestin.com
Credit goes to github.com

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
Address review
  • Loading branch information
erlend-aasland committed Apr 25, 2023
commit 45a7a0820570d1773cbf013101417b15c8d074a9
6 changes: 3 additions & 3 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1053,8 +1053,8 @@ Connection objects

:param entrypoint:

Optional entry point name.
If ``None`` (default),
Entry point name.
If ``None`` (the default),
SQLite will try to come up with an entry point name of its own.

:type entrypoint: str | None
Expand All @@ -1066,7 +1066,7 @@ Connection objects
.. versionchanged:: 3.10
Added the ``sqlite3.load_extension`` auditing event.

.. versionchanged:: 3.12
.. versionadded:: 3.12
The *entrypoint* parameter.

.. method:: iterdump
Expand Down