]> granicus.if.org Git - python/commitdiff
Fix strange deprecation version.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 10:31:06 +0000 (12:31 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 10:31:06 +0000 (12:31 +0200)
Doc/library/pipes.rst

index 6d7dff8c378554436f73d9893b42985865af195d..415d5c766b9d301e8eb2a4096b42ebfdb2ba1c0e 100644 (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.