Commit 2b8cf2f7 authored by Terry Reedy's avatar Terry Reedy

Issue 10789: Correct threading.Lock.acquire signature.

parent 488b485e
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment