diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-09-23 23:17:32 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-09-23 23:17:32 +0100 |
commit | bf9e557a71e0a77a75a1ad142a401d7ee0bf70c2 (patch) | |
tree | 04d94d1fd791c7ce4e6b5798cabdeaa63d0086a6 | |
parent | 19ae49e79e0b76bf449f10979be7cf7b3e340c55 (diff) | |
download | psycopg2-bf9e557a71e0a77a75a1ad142a401d7ee0bf70c2.tar.gz |
Fixed typo in docs.
-rw-r--r-- | doc/src/connection.rst | 2 |
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() |