From: R David Murray Date: Thu, 5 Jun 2014 19:15:43 +0000 (-0400) Subject: #21653: fix doc for return type of sqlite3.Row.keys(). X-Git-Tag: v2.7.8~37^2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b02ef008571d8976542b14bbc6a56d2291f40e6;p=thirdparty%2FPython%2Fcpython.git #21653: fix doc for return type of sqlite3.Row.keys(). --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 941e315de69c..ff634c0b9654 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -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