mirror of https://github.com/celery/kombu.git
Fixes typo (conn.connected is a property). Closes #182
This commit is contained in:
parent
72d0d9d8ce
commit
4dd7023336
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue