mirror of https://github.com/celery/kombu.git
fixes typo
This commit is contained in:
parent
76470da7ce
commit
a118836ae1
|
@ -256,7 +256,7 @@ class Connection(object):
|
|||
return chan
|
||||
|
||||
def heartbeat_check(self, rate=2):
|
||||
"""Verify that hartbeats are sent and received.
|
||||
"""Verify that heartbeats are sent and received.
|
||||
|
||||
If the current transport does not support heartbeats then
|
||||
this is a noop operation.
|
||||
|
|
Loading…
Reference in New Issue