diff options
author | Grant Jenks <grant.jenks@gmail.com> | 2020-01-17 22:54:44 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2020-01-17 22:54:44 (GMT) |
commit | ef8844f1bcbea994a2a69b5a70309369d08b555c (patch) | |
tree | 340f841cdc853378b90730199c7f55526eaf2395 /Doc/library | |
parent | 1d3b0aaa54c56282c0a3e7fc396e5b1de8b1974e (diff) | |
download | cpython-ef8844f1bcbea994a2a69b5a70309369d08b555c.zip cpython-ef8844f1bcbea994a2a69b5a70309369d08b555c.tar.gz cpython-ef8844f1bcbea994a2a69b5a70309369d08b555c.tar.bz2 |
Fix Lock.locked() to remove extra bold highlighting (#18042)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/threading.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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. |