diff options
Diffstat (limited to 'Doc/library/multiprocessing.rst')
-rw-r--r-- | Doc/library/multiprocessing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 9603698..6ccc0d4 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -1425,7 +1425,7 @@ object -- see :ref:`multiprocessing-managers`. Return a boolean indicating whether this object is locked right now. - .. versionadded:: next + .. versionadded:: 3.14 .. class:: RLock() @@ -1492,7 +1492,7 @@ object -- see :ref:`multiprocessing-managers`. Return a boolean indicating whether this object is locked right now. - .. versionadded:: next + .. versionadded:: 3.14 .. class:: Semaphore([value]) |