]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (#99078)
authorNick Pope <nick@nickpope.me.uk>
Thu, 3 Nov 2022 23:21:01 +0000 (23:21 +0000)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 23:21:01 +0000 (00:21 +0100)
Doc/library/sqlite3.rst

index a9bab9add763cc1d7053f948474f55b47cce2e8d..accbda05b62bf32c21dfcc89a06bbc839f83d616 100644 (file)
@@ -478,9 +478,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