summaryrefslogtreecommitdiff
path: root/doc/src/advanced.rst
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-04-20 21:22:44 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-05-15 14:27:02 +0100
commit2020790ba1d2aa33876df2f82d335641e1b9d20e (patch)
treed04aa522c1f0db3f20b78a75fa4ed3ba9bd43820 /doc/src/advanced.rst
parent73db6bee01fb8c04ba55a042ed59f0639bb43599 (diff)
downloadpsycopg2-2020790ba1d2aa33876df2f82d335641e1b9d20e.tar.gz
Typo fixed.
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 12a7ddc..d3fdcfb 100644
--- a/doc/src/advanced.rst
+++ b/doc/src/advanced.rst
@@ -228,7 +228,7 @@ manner.
.. _NOTIFY: http://www.postgresql.org/docs/8.4/static/sql-notify.html
Notification are received after every query execution. If the user is interested
-in receiveing notification but not in performing any query, the
+in receiving notification but not in performing any query, the
`~connection.poll()` method can be used to check for notification without
wasting resources.