Skip to content
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ Connection objects
:param str column:
The name of the column where the blob is located.

:param str row:
:param int row:
The name of the row where the blob is located.

:param bool readonly:
Expand Down
Loading