From 2020790ba1d2aa33876df2f82d335641e1b9d20e Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 20 Apr 2010 21:22:44 +0200 Subject: [PATCH] Typo fixed. --- doc/src/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/advanced.rst b/doc/src/advanced.rst index 12a7ddcf..d3fdcfbf 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.