fixes typo

This commit is contained in:
Ask Solem 2013-05-01 22:47:33 +01:00
parent 76470da7ce
commit a118836ae1
1 changed files with 1 additions and 1 deletions

View File

@ -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.