]> granicus.if.org Git - python/commitdiff
wrap
authorBenjamin Peterson <benjamin@python.org>
Tue, 17 Aug 2010 17:52:02 +0000 (17:52 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 17 Aug 2010 17:52:02 +0000 (17:52 +0000)
Doc/library/functions.rst

index 2b3cbd04b0d38475343a05011a74dd57dc048e9f..15f7dd19b02482283d1c6d73423aaad9a0fe4549 100644 (file)
@@ -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
    <http://wiki.python.org/moin/HowTo/Sorting/>`_\.