From ef8844f1bcbea994a2a69b5a70309369d08b555c Mon Sep 17 00:00:00 2001 From: Grant Jenks Date: Fri, 17 Jan 2020 14:54:44 -0800 Subject: Fix Lock.locked() to remove extra bold highlighting (#18042) --- Doc/library/threading.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 96989bd..1e90294 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -497,6 +497,7 @@ All methods are executed atomically. There is no return value. .. method:: locked() + Return true if the lock is acquired. -- cgit v0.12