diff options
-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 96989bdd52..1e90294142 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. |