From b10089edbac3ab301f5b974cd7bb6a878bbb0bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Thu, 18 Nov 2010 14:22:08 +0000 Subject: =?UTF-8?q?Remove=20spurious=20space=20that=20was=20breaking=20Vim?= =?UTF-8?q?=E2=80=99s=20reST=20highlighting.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/library/functools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/functools.rst b/Doc/library/functools.rst index 58c2429..82238fd 100644 --- a/Doc/library/functools.rst +++ b/Doc/library/functools.rst @@ -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`, -- cgit v0.12