summaryrefslogtreecommitdiff
path: root/doc/src/advanced.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/advanced.rst')
-rw-r--r--doc/src/advanced.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/advanced.rst b/doc/src/advanced.rst
index 88ca42c..3cd9def 100644
--- a/doc/src/advanced.rst
+++ b/doc/src/advanced.rst
@@ -334,7 +334,7 @@ client and available using the regular cursor methods:
>>> acurs.fetchone()[0]
42
-When an asynchronous query is being executed, `connection.executing()` returns
+When an asynchronous query is being executed, `connection.isexecuting()` returns
`True`. Two cursors can't execute concurrent queries on the same asynchronous
connection.