Commit a3039556 authored by R David Murray's avatar R David Murray

#21653: fix doc for return type of sqlite3.Row.keys().

parent 7fe15400
......@@ -617,7 +617,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`.
.. versionadded:: 2.6
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment