summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/mutex.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/mutex.rst b/Doc/library/mutex.rst
index 53656c3854..2d41350028 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 <moshez@zadka.site.co.il>