Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 092135e

Browse files
committed
#21653: fix doc for return type of sqlite3.Row.keys().
1 parent 66f305b commit 092135e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ Row Objects
646646

647647
.. method:: keys
648648

649-
This method returns a tuple of column names. Immediately after a query,
649+
This method returns a list of column names. Immediately after a query,
650650
it is the first member of each tuple in :attr:`Cursor.description`.
651651

652652
Let's assume we initialize a table as in the example given above::

0 commit comments

Comments
 (0)