Skip to content

Commit

Permalink
Correction to docstring
Browse files Browse the repository at this point in the history
Closes gh-288
  • Loading branch information
takluyver committed Mar 9, 2011
1 parent 26fb955 commit 42b8902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IPython/zmq/kernelmanager.py
Expand Up @@ -901,7 +901,8 @@ def rep_channel(self):

@property
def hb_channel(self):
"""Get the REP socket channel object to handle stdin (raw_input)."""
"""Get the heartbeat socket channel object to check that the
kernel is alive."""
if self._hb_channel is None:
self._hb_channel = self.hb_channel_class(self.context,
self.session,
Expand Down

0 comments on commit 42b8902

Please sign in to comment.