From c0b3544268e962d811c890645fb74118a3143be2 Mon Sep 17 00:00:00 2001 From: Terry Reedy Date: Sat, 1 Jan 2011 00:36:18 +0000 Subject: Issue 10789: Correct threading.Lock.acquire signature. --- Doc/library/threading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index cd3f963..142f1ec 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -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. -- cgit v0.12