Skip to content

Commit 9ed49e4

Browse files
Update Doc/library/sqlite3.rst
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 4d14744 commit 9ed49e4

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
@@ -464,7 +464,7 @@ Module constants
464464
using the type name, parsed from the query column name,
465465
as the converter dictionary key.
466466
The query column name must be wrapped in double quotes (``"``),
467-
and the type name must be wrapped in square brackets (``[]``),
467+
and the type name must be wrapped in square brackets (``[]``).
468468

469469
.. code-block:: sql
470470

0 commit comments

Comments
 (0)