update coordination.Lock.release's docstring

There is no return value of this function.
TrivialFix

Change-Id: Id4c5756f81909ea65bc88491fcf5e3605b58605d
This commit is contained in:
Cao ShuFeng 2016-06-19 01:54:37 -04:00
parent 025213a6b1
commit ccd410b0aa

View File

@ -230,8 +230,6 @@ class Lock(locking.Lock):
The behavior of releasing a lock which was not acquired in the first
place is undefined.
:return: returns true if released (false if not)
:rtype: bool
"""
self.lock.release()