Fix strange deprecation version.

This commit is contained in:
Georg Brandl 2013-10-06 12:31:06 +02:00
parent ddbdc9a6e4
commit 75c3a0435c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Example::
.. function:: quote(s)
.. deprecated:: 1.6
.. deprecated:: 2.7
Prior to Python 2.7, this function was not publicly documented. It is
finally exposed publicly in Python 3.3 as the
:func:`quote <shlex.quote>` function in the :mod:`shlex` module.