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

Skip to content

Commit 841e8a4

Browse files
Apply Serhiy's suggestion
1 parent 450cdcc commit 841e8a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/sqlite3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ Cursor objects
14371437

14381438
:raises DeprecationWarning:
14391439
If :ref:`named placeholders <sqlite3-placeholders>` are used
1440-
and *parameters* is a sequence.
1440+
and *parameters* is a sequence instead of a :class:`dict`.
14411441

14421442
If :attr:`~Connection.autocommit` is
14431443
:data:`LEGACY_TRANSACTION_CONTROL`,
@@ -1478,7 +1478,7 @@ Cursor objects
14781478

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

14831483
Example:
14841484

0 commit comments

Comments
 (0)