From 2ec5d0faced6b0b1844f2b0eb80e5a04b35e8257 Mon Sep 17 00:00:00 2001 From: Hans Ginzel Date: Mon, 18 Jan 2021 10:35:44 +0100 Subject: [PATCH] cursor.rst typo: was creates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit name attribute: “cursor was creates” → “was created” --- doc/src/cursor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/cursor.rst b/doc/src/cursor.rst index ad0e74be..ddc53c61 100644 --- a/doc/src/cursor.rst +++ b/doc/src/cursor.rst @@ -124,7 +124,7 @@ The ``cursor`` class .. attribute:: name Read-only attribute containing the name of the cursor if it was - creates as named cursor by `connection.cursor()`, or `!None` if + created as named cursor by `connection.cursor()`, or `!None` if it is a client side cursor. See :ref:`server-side-cursors`. .. extension::