diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-04-20 21:22:44 +0200 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-05-15 14:27:02 +0100 |
| commit | 2020790ba1d2aa33876df2f82d335641e1b9d20e (patch) | |
| tree | d04aa522c1f0db3f20b78a75fa4ed3ba9bd43820 /doc/src/advanced.rst | |
| parent | 73db6bee01fb8c04ba55a042ed59f0639bb43599 (diff) | |
| download | psycopg2-2020790ba1d2aa33876df2f82d335641e1b9d20e.tar.gz | |
Typo fixed.
Diffstat (limited to 'doc/src/advanced.rst')
| -rw-r--r-- | doc/src/advanced.rst | 2 |
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. |
