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
Apply Serhiy's suggestion
  • Loading branch information
erlend-aasland committed Feb 14, 2023
commit 841e8a4609962468a375de44bfd84c410db47f89
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ Cursor objects

:raises DeprecationWarning:
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated
If :ref:`named placeholders <sqlite3-placeholders>` are used
and *parameters* is a sequence.
and *parameters* is a sequence instead of a :class:`dict`.

If :attr:`~Connection.autocommit` is
:data:`LEGACY_TRANSACTION_CONTROL`,
Expand Down Expand Up @@ -1478,7 +1478,7 @@ Cursor objects

:raises DeprecationWarning:
If :ref:`named placeholders <sqlite3-placeholders>` are used
and the items in *parameters* are sequences.
and the items in *parameters* are sequences instead of :class:`dict`\s.

Example:

Expand Down