From 504605576d6a79f1396c5cc633562f0ae64c70fa Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 17 Jan 2020 15:00:47 -0800 Subject: Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18044) (cherry picked from commit ef8844f1bcbea994a2a69b5a70309369d08b555c) Co-authored-by: Grant Jenks Co-authored-by: Grant Jenks --- Doc/library/threading.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 02af94e..6f56b22 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -419,6 +419,7 @@ All methods are executed atomically. There is no return value. .. method:: locked() + Return true if the lock is acquired. -- cgit v0.12