]> granicus.if.org Git - python/commitdiff
Remove spurious space that was breaking Vim’s reST highlighting.
authorÉric Araujo <merwok@netwok.org>
Thu, 18 Nov 2010 14:22:08 +0000 (14:22 +0000)
committerÉric Araujo <merwok@netwok.org>
Thu, 18 Nov 2010 14:22:08 +0000 (14:22 +0000)
Doc/library/functools.rst

index 58c2429fd1f252793c0c3be01e24dad7ac23213a..82238fda72bcea07d1d01b4fe1238760a898de9f 100644 (file)
@@ -20,7 +20,7 @@ function for the purposes of this module.
 
 The :mod:`functools` module defines the following functions:
 
-..  function:: cmp_to_key(func)
+.. function:: cmp_to_key(func)
 
    Transform an old-style comparison function to a key-function.  Used with
    tools that accept key functions (such as :func:`sorted`, :func:`min`,