##// END OF EJS Templates
Docstring correction
Thomas Kluyver -
Show More
@@ -562,7 +562,7 b' class ConnectionFileMixin(LoggingConfigurable):'
562 562 return self._create_connected_socket('hb', identity=identity)
563 563
564 564 def connect_control(self, identity=None):
565 """return zmq Socket connected to the Heartbeat channel"""
565 """return zmq Socket connected to the Control channel"""
566 566 return self._create_connected_socket('control', identity=identity)
567 567
568 568
General Comments 0
You need to be logged in to leave comments. Login now