Skip to content

Commit 1b44fac

Browse files
committed
correct the row description
1 parent b1f3641 commit 1b44fac

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

634634
:param int row:
635-
The name of the row where the blob is located.
635+
Row id of the row that contains the blob.
636636

637637
:param bool readonly:
638638
Set to ``True`` if the blob should be opened without write

0 commit comments

Comments
 (0)