[Python-checkins] Fix Lock.locked() to remove extra bold highlighting (#18042)

Barry Warsaw webhook-mailer at python.org
Fri Jan 17 17:54:52 EST 2020


https://github.com/python/cpython/commit/ef8844f1bcbea994a2a69b5a70309369d08b555c
commit: ef8844f1bcbea994a2a69b5a70309369d08b555c
branch: master
author: Grant Jenks <grant.jenks at gmail.com>
committer: Barry Warsaw <barry at python.org>
date: 2020-01-17T14:54:44-08:00
summary:

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

files:
M Doc/library/threading.rst

diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst
index 96989bdd525e0..1e90294142796 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.
 
 



More information about the Python-checkins mailing list