Mark all files as text files to use native line endings; also indicate that the

cursor attribute description is indeed an attribute and not a method.
This commit is contained in:
Anthony Tuininga 2008-05-23 14:21:11 +00:00
parent dd2cc400db
commit b8b97ac65a

View File

@ -92,7 +92,7 @@ Cursor Object
mentioned in PEP 249 as an optional extension.
.. method:: Cursor.description
.. data:: Cursor.description
This read-only attribute is a sequence of 7-item sequences. Each of these
sequences contains information describing one result column: (name, type,