##// END OF EJS Templates
Correction to docstring...
Thomas Kluyver -
Show More
@@ -901,7 +901,8 b' class KernelManager(HasTraits):'
901
901
902 @property
902 @property
903 def hb_channel(self):
903 def hb_channel(self):
904 """Get the REP socket channel object to handle stdin (raw_input)."""
904 """Get the heartbeat socket channel object to check that the
905 kernel is alive."""
905 if self._hb_channel is None:
906 if self._hb_channel is None:
906 self._hb_channel = self.hb_channel_class(self.context,
907 self._hb_channel = self.hb_channel_class(self.context,
907 self.session,
908 self.session,
General Comments 0
You need to be logged in to leave comments. Login now