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 1885626 commit 4d14744Copy full SHA for 4d14744
Doc/library/sqlite3.rst
@@ -463,7 +463,7 @@ Module constants
463
:func:`connect` to look up a converter function by
464
using the type name, parsed from the query column name,
465
as the converter dictionary key.
466
- The query column name must be wrapped with double quotes (``"``),
+ The query column name must be wrapped in double quotes (``"``),
467
and the type name must be wrapped in square brackets (``[]``),
468
469
.. code-block:: sql
0 commit comments