From 647198bd886d75ae7d284207af6df1903702ccb7 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Thu, 12 Jan 2017 11:50:16 -0700 Subject: [PATCH] cursor.connection is an attribute, not a method! --- doc/cursor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cursor.rst b/doc/cursor.rst index 60b7800..ae990ef 100644 --- a/doc/cursor.rst +++ b/doc/cursor.rst @@ -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.