mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Issue 10789: Correct threading.Lock.acquire signature.
This commit is contained in:
parent
488b485e2b
commit
2b8cf2f754
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ and may vary across implementations.
|
|||
All methods are executed atomically.
|
||||
|
||||
|
||||
.. method:: Lock.acquire(blocking=True)
|
||||
.. method:: Lock.acquire([blocking])
|
||||
|
||||
Acquire a lock, blocking or non-blocking.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue