]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (GH-99078)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Nov 2022 23:27:53 +0000 (16:27 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 23:27:53 +0000 (16:27 -0700)
(cherry picked from commit 016c7d37b6acfe2203542a2655080c6402b3be1f)

Co-authored-by: Nick Pope <nick@nickpope.me.uk>
Doc/library/sqlite3.rst

index 116a2ce78fc6aac193f40e7dc70bd72fe476a303..43a9c0f943e731a8951af199d1a8cef102e1d84a 100644 (file)
@@ -475,9 +475,10 @@ Module constants
 
    .. note::
 
-      The :mod:`!sqlite3` module supports both ``qmark`` and ``numeric`` DB-API
-      parameter styles, because that is what the underlying SQLite library
-      supports. However, the DB-API does not allow multiple values for
+      The :mod:`!sqlite3` module supports ``qmark``, ``numeric``,
+      and ``named`` DB-API parameter styles,
+      because that is what the underlying SQLite library supports.
+      However, the DB-API does not allow multiple values for
       the ``paramstyle`` attribute.
 
 .. data:: sqlite_version