cursor.connection is an attribute, not a method!

This commit is contained in:
Anthony Tuininga 2017-01-12 11:50:16 -07:00
parent 9fe01bd90b
commit 647198bd88

View File

@ -106,7 +106,7 @@ Cursor Object
if any operation is attempted with the cursor.
.. method:: Cursor.connection
.. attribute:: Cursor.connection
This read-only attribute returns a reference to the connection object on
which the cursor was created.