Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f305b commit 092135eCopy full SHA for 092135e
1 file changed
Doc/library/sqlite3.rst
@@ -646,7 +646,7 @@ Row Objects
646
647
.. method:: keys
648
649
- This method returns a tuple of column names. Immediately after a query,
+ This method returns a list of column names. Immediately after a query,
650
it is the first member of each tuple in :attr:`Cursor.description`.
651
652
Let's assume we initialize a table as in the example given above::
0 commit comments