Skip to content

Commit 4d14744

Browse files
wrapped in
1 parent 1885626 commit 4d14744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ Module constants
463463
:func:`connect` to look up a converter function by
464464
using the type name, parsed from the query column name,
465465
as the converter dictionary key.
466-
The query column name must be wrapped with double quotes (``"``),
466+
The query column name must be wrapped in double quotes (``"``),
467467
and the type name must be wrapped in square brackets (``[]``),
468468

469469
.. code-block:: sql

0 commit comments

Comments
 (0)