#8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :)

This commit is contained in:
Georg Brandl 2010-02-23 21:33:17 +00:00
parent 8614817875
commit 6ae19ade64
1 changed files with 1 additions and 1 deletions

View File

@ -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>