mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Merge: #21653: fix doc for return type of sqlite3.Row.keys().
This commit is contained in:
commit
d1130e3d05
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ Row Objects
|
|||
|
||||
.. method:: keys
|
||||
|
||||
This method returns a tuple of column names. Immediately after a query,
|
||||
This method returns a list of column names. Immediately after a query,
|
||||
it is the first member of each tuple in :attr:`Cursor.description`.
|
||||
|
||||
Let's assume we initialize a table as in the example given above::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue