From 6ae19ade640b6a9b337e752a69ca4cc8994016b3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 23 Feb 2010 21:33:17 +0000 Subject: #8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :) --- Doc/library/mutex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12