update coordination.Lock.release's docstring
There is no return value of this function. TrivialFix Change-Id: Id4c5756f81909ea65bc88491fcf5e3605b58605d
This commit is contained in:
parent
025213a6b1
commit
ccd410b0aa
@ -230,8 +230,6 @@ class Lock(locking.Lock):
|
|||||||
|
|
||||||
The behavior of releasing a lock which was not acquired in the first
|
The behavior of releasing a lock which was not acquired in the first
|
||||||
place is undefined.
|
place is undefined.
|
||||||
:return: returns true if released (false if not)
|
|
||||||
:rtype: bool
|
|
||||||
"""
|
"""
|
||||||
self.lock.release()
|
self.lock.release()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user