Skip to content

Commit 016c7d3

Browse files
authored
Docs: add named to the list of styles in the sqlite3.paramstyle attr docs (python#99078)
1 parent 4c4b5ce commit 016c7d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/library/sqlite3.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,10 @@ Module constants
478478

479479
.. note::
480480

481-
The :mod:`!sqlite3` module supports both ``qmark`` and ``numeric`` DB-API
482-
parameter styles, because that is what the underlying SQLite library
483-
supports. However, the DB-API does not allow multiple values for
481+
The :mod:`!sqlite3` module supports ``qmark``, ``numeric``,
482+
and ``named`` DB-API parameter styles,
483+
because that is what the underlying SQLite library supports.
484+
However, the DB-API does not allow multiple values for
484485
the ``paramstyle`` attribute.
485486

486487
.. data:: sqlite_version

0 commit comments

Comments
 (0)