cursor.rst typo: was creates

name attribute: “cursor was creates” → “was created”
This commit is contained in:
Hans Ginzel 2021-01-18 10:35:44 +01:00 committed by Daniele Varrazzo
parent 55aef83fa1
commit 787a7b90ae

View File

@ -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::