Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18043)

(cherry picked from commit ef8844f1bc)

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

Co-authored-by: Grant Jenks <grant.jenks@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-01-17 15:02:06 -08:00 committed by Barry Warsaw
parent 19bd3a1862
commit 34ece35a0d
1 changed files with 1 additions and 0 deletions

View File

@ -489,6 +489,7 @@ All methods are executed atomically.
There is no return value.
.. method:: locked()
Return true if the lock is acquired.