mirror of https://github.com/python/cpython
Issue 10789: Correct threading.Lock.acquire signature.
This commit is contained in:
parent
c45d7996db
commit
c0b3544268
|
@ -388,7 +388,7 @@ and may vary across implementations.
|
|||
All methods are executed atomically.
|
||||
|
||||
|
||||
.. method:: Lock.acquire([blocking=1])
|
||||
.. method:: Lock.acquire([blocking])
|
||||
|
||||
Acquire a lock, blocking or non-blocking.
|
||||
|
||||
|
|
Loading…
Reference in New Issue