From: Grant Jenks Date: Fri, 17 Jan 2020 22:54:44 +0000 (-0800) Subject: Fix Lock.locked() to remove extra bold highlighting (#18042) X-Git-Tag: v3.9.0a3~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef8844f1bcbea994a2a69b5a70309369d08b555c;p=thirdparty%2FPython%2Fcpython.git Fix Lock.locked() to remove extra bold highlighting (#18042) --- diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 96989bdd525e..1e9029414279 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.