Skip to content

Commit

Permalink
Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18043)
Browse files Browse the repository at this point in the history
(cherry picked from commit ef8844f)

Co-authored-by: Grant Jenks <grant.jenks@gmail.com>

Co-authored-by: Grant Jenks <grant.jenks@gmail.com>
  • Loading branch information
2 people authored and warsaw committed Jan 17, 2020
1 parent 19bd3a1 commit 34ece35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Doc/library/threading.rst
Expand Up @@ -489,6 +489,7 @@ All methods are executed atomically.
There is no return value.

.. method:: locked()

Return true if the lock is acquired.


Expand Down

0 comments on commit 34ece35

Please sign in to comment.