Skip to content

Commit 72a3c11

Browse files
Update sqlite3.rst
1 parent 5cf5da0 commit 72a3c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Module constants
465465
:func:`connect` to look up a converter function by
466466
using the type name, parsed from the query column name,
467467
as the converter dictionary key.
468-
The query column name must be wrapped in double quotes (``"``),
468+
The query column name must be wrapped in double quotes (``"``)
469469
and the type name must be wrapped in square brackets (``[]``).
470470

471471
.. code-block:: sql

0 commit comments

Comments
 (0)