From b10089edbac3ab301f5b974cd7bb6a878bbb0bf0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Thu, 18 Nov 2010 14:22:08 +0000 Subject: [PATCH] =?utf8?q?Remove=20spurious=20space=20that=20was=20breakin?= =?utf8?q?g=20Vim=E2=80=99s=20reST=20highlighting.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 58c2429fd1..82238fda72 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`, -- 2.40.0