Remove spurious space that was breaking Vim’s reST highlighting.

This commit is contained in:
Éric Araujo 2010-11-18 14:22:08 +00:00
parent 29bd840dee
commit b10089edba

View file

@ -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`,