summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorHans Ginzel <hans@matfyz.cz>2021-01-18 10:35:44 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-20 16:26:08 +0200
commit787a7b90ae87abed42a74d2c7e517bd6cca0c716 (patch)
tree2853ec7e8a17b4286de3a9ad856feb5f3d2452d8 /doc/src
parent55aef83fa1bae9aa9f000c25c463e94fb9490e90 (diff)
downloadpsycopg2-787a7b90ae87abed42a74d2c7e517bd6cca0c716.tar.gz
cursor.rst typo: was creates
name attribute: “cursor was creates” → “was created”
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/cursor.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/cursor.rst b/doc/src/cursor.rst
index 78db03f..8398c98 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::