From 7ac98ae3b3475d1379411f103486a8a69b6bbaf1 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 17 Aug 2010 17:52:02 +0000 Subject: wrap --- Doc/library/functions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 2b3cbd0..15f7dd1 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1026,8 +1026,8 @@ are always available. They are listed here in alphabetical order. *reverse* is a boolean value. If set to ``True``, then the list elements are sorted as if each comparison were reversed. - Use :func:`functools.cmp_to_key` to convert an - old-style *cmp* function to a *key* function. + Use :func:`functools.cmp_to_key` to convert an old-style *cmp* function to a + *key* function. For sorting examples and a brief sorting tutorial, see `Sorting HowTo `_\. -- cgit v0.12