]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix Lock.locked() to remove extra bold highlighting (#18042)
authorGrant Jenks <grant.jenks@gmail.com>
Fri, 17 Jan 2020 22:54:44 +0000 (14:54 -0800)
committerBarry Warsaw <barry@python.org>
Fri, 17 Jan 2020 22:54:44 +0000 (14:54 -0800)
Doc/library/threading.rst

index 96989bdd525e08128959f4fb5cee652303b5f03a..1e90294142796081e327f0abdad1320ba7d74ca2 100644 (file)
@@ -497,6 +497,7 @@ All methods are executed atomically.
       There is no return value.
 
    .. method:: locked()
+
       Return true if the lock is acquired.