summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-09-23 23:17:32 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-09-23 23:17:32 +0100
commitbf9e557a71e0a77a75a1ad142a401d7ee0bf70c2 (patch)
tree04d94d1fd791c7ce4e6b5798cabdeaa63d0086a6
parent19ae49e79e0b76bf449f10979be7cf7b3e340c55 (diff)
downloadpsycopg2-bf9e557a71e0a77a75a1ad142a401d7ee0bf70c2.tar.gz
Fixed typo in docs.
-rw-r--r--doc/src/connection.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/connection.rst b/doc/src/connection.rst
index 166bdc1..14dd953 100644
--- a/doc/src/connection.rst
+++ b/doc/src/connection.rst
@@ -326,7 +326,7 @@ The ``connection`` class
.. attribute:: async
- Read only attribute: 1 if the connection is asynchronous, 0 otherwse.
+ Read only attribute: 1 if the connection is asynchronous, 0 otherwise.
.. method:: poll()