[Python-checkins] r84145 - python/branches/py3k/Doc/library/functions.rst

benjamin.peterson python-checkins at python.org
Tue Aug 17 19:52:02 CEST 2010


Author: benjamin.peterson
Date: Tue Aug 17 19:52:02 2010
New Revision: 84145

Log:
wrap

Modified:
   python/branches/py3k/Doc/library/functions.rst

Modified: python/branches/py3k/Doc/library/functions.rst
==============================================================================
--- python/branches/py3k/Doc/library/functions.rst	(original)
+++ python/branches/py3k/Doc/library/functions.rst	Tue Aug 17 19:52:02 2010
@@ -1026,8 +1026,8 @@
    *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/>`_\.


More information about the Python-checkins mailing list