From bf9e557a71e0a77a75a1ad142a401d7ee0bf70c2 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 23 Sep 2010 23:17:32 +0100 Subject: [PATCH] Fixed typo in docs. --- doc/src/connection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/connection.rst b/doc/src/connection.rst index 166bdc12..14dd953f 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()