Commit 75c3a043 authored by Georg Brandl's avatar Georg Brandl

Fix strange deprecation version.

parent ddbdc9a6
...@@ -35,7 +35,7 @@ Example:: ...@@ -35,7 +35,7 @@ Example::
.. function:: quote(s) .. function:: quote(s)
.. deprecated:: 1.6 .. deprecated:: 2.7
Prior to Python 2.7, this function was not publicly documented. It is Prior to Python 2.7, this function was not publicly documented. It is
finally exposed publicly in Python 3.3 as the finally exposed publicly in Python 3.3 as the
:func:`quote <shlex.quote>` function in the :mod:`shlex` module. :func:`quote <shlex.quote>` function in the :mod:`shlex` module.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment