Skip to content

Commit 74fbf67

Browse files
committed
rename to rowid
1 parent b973841 commit 74fbf67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ Connection objects
631631
:param str column:
632632
The name of the column where the blob is located.
633633

634-
:param int row:
635-
The index of the row where the blob is located.
634+
:param int rowid:
635+
The rowid of the row where the blob is located.
636636

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

0 commit comments

Comments
 (0)