We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf5da0 commit 72a3c11Copy full SHA for 72a3c11
Doc/library/sqlite3.rst
@@ -465,7 +465,7 @@ Module constants
465
:func:`connect` to look up a converter function by
466
using the type name, parsed from the query column name,
467
as the converter dictionary key.
468
- The query column name must be wrapped in double quotes (``"``),
+ The query column name must be wrapped in double quotes (``"``)
469
and the type name must be wrapped in square brackets (``[]``).
470
471
.. code-block:: sql
0 commit comments