From a118836ae1c0c4b982ccdcc88663fd1aba96965f Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Wed, 1 May 2013 22:47:33 +0100 Subject: [PATCH] fixes typo --- kombu/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kombu/connection.py b/kombu/connection.py index 7c4e2e55..867deae9 100644 --- a/kombu/connection.py +++ b/kombu/connection.py @@ -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.