Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,8 @@ Connection objects
:param str column:
The name of the column where the blob is located.

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

:param bool readonly:
Set to ``True`` if the blob should be opened without write
Expand Down
Loading