summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-23 21:33:17 (GMT)
committerGeorg Brandl <georg@python.org>2010-02-23 21:33:17 (GMT)
commit6ae19ade640b6a9b337e752a69ca4cc8994016b3 (patch)
tree82e3902ac1a9666ab50f8dd777100887a7013ab5
parent86148178754c5403067df8234df2f9bb85c733a7 (diff)
downloadcpython-6ae19ade640b6a9b337e752a69ca4cc8994016b3.zip
cpython-6ae19ade640b6a9b337e752a69ca4cc8994016b3.tar.gz
cpython-6ae19ade640b6a9b337e752a69ca4cc8994016b3.tar.bz2
#8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :)
-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 53656c3..2d41350 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>