Fixes typo (conn.connected is a property). Closes #182

This commit is contained in:
Ask Solem 2012-12-06 13:31:21 +00:00
parent 72d0d9d8ce
commit 4dd7023336
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ method::
You can also check whether the connection is connected::
>>> connection.connected()
>>> connection.connected
True
Connections must always be closed after use::