Skip to content

Commit b1f3641

Browse files
committed
fix row type
1 parent d54b109 commit b1f3641

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
@@ -631,7 +631,7 @@ Connection objects
631631
:param str column:
632632
The name of the column where the blob is located.
633633

634-
:param str row:
634+
:param int row:
635635
The name of the row where the blob is located.
636636

637637
:param bool readonly:

0 commit comments

Comments
 (0)