diff --git a/Doc/library/mutex.rst b/Doc/library/mutex.rst index 53656c38542..2d413500287 100644 --- a/Doc/library/mutex.rst +++ b/Doc/library/mutex.rst @@ -6,7 +6,7 @@ :synopsis: Lock and queue for mutual exclusion. :deprecated: -.. deprecated:: +.. deprecated:: 2.6 The :mod:`mutex` module has been removed in Python 3.0. .. sectionauthor:: Moshe Zadka