diff options
author | Georg Brandl <georg@python.org> | 2010-02-23 21:33:17 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-02-23 21:33:17 +0000 |
commit | 6ae19ade640b6a9b337e752a69ca4cc8994016b3 (patch) | |
tree | 82e3902ac1a9666ab50f8dd777100887a7013ab5 | |
parent | 86148178754c5403067df8234df2f9bb85c733a7 (diff) | |
download | cpython-git-6ae19ade640b6a9b337e752a69ca4cc8994016b3.tar.gz |
#8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :)
-rw-r--r-- | Doc/library/mutex.rst | 2 |
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> |