##// END OF EJS Templates
fix typo in HeartMonitor.period helpstring
MinRK -
Show More
@@ -61,7 +61,7 b' class HeartMonitor(LoggingConfigurable):'
61
61
62 period=CFloat(1000, config=True,
62 period=CFloat(1000, config=True,
63 help='The frequency at which the Hub pings the engines for heartbeats '
63 help='The frequency at which the Hub pings the engines for heartbeats '
64 ' (in ms) [default: 100]',
64 '(in ms)',
65 )
65 )
66
66
67 pingstream=Instance('zmq.eventloop.zmqstream.ZMQStream')
67 pingstream=Instance('zmq.eventloop.zmqstream.ZMQStream')
General Comments 0
You need to be logged in to leave comments. Login now