X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=python%2Fovs%2Freconnect.py;h=8817494686678d3d3ff8eddc65d02ccdbfece1a4;hb=63b1a5213331cd962be05df57f1375db902216c5;hp=ac0141665b5176c45384b77e1ae0f3f4c9dd4a96;hpb=0a61b042a59ce62a91db68645c9f6023cb04bccf;p=openvswitch diff --git a/python/ovs/reconnect.py b/python/ovs/reconnect.py index ac014166..88174946 100644 --- a/python/ovs/reconnect.py +++ b/python/ovs/reconnect.py @@ -513,8 +513,8 @@ class Reconnect(object): def timeout(self, now): """Returns the number of milliseconds after which self.run() should be - called if nothing else notable happens in the meantime, or a negative - number if this is currently unnecessary.""" + called if nothing else notable happens in the meantime, or None if this + is currently unnecessary.""" deadline = self.state.deadline(self) if deadline is not None: remaining = deadline - now