Typo fixed.

This commit is contained in:
Daniele Varrazzo 2010-04-20 21:22:44 +02:00
parent 73db6bee01
commit 2020790ba1

View File

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