commit | ef8844f1bcbea994a2a69b5a70309369d08b555c | [log] [tgz] |
---|---|---|
author | Grant Jenks <grant.jenks@gmail.com> | Fri Jan 17 14:54:44 2020 -0800 |
committer | Barry Warsaw <barry@python.org> | Fri Jan 17 14:54:44 2020 -0800 |
tree | 340f841cdc853378b90730199c7f55526eaf2395 | |
parent | 1d3b0aaa54c56282c0a3e7fc396e5b1de8b1974e [diff] |
Fix Lock.locked() to remove extra bold highlighting (#18042)
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 @@ There is no return value. .. method:: locked() + Return true if the lock is acquired.