mirror of
https://github.com/python/cpython.git
synced 2026-01-08 00:12:42 +00:00
Remove spurious space that was breaking Vim’s reST highlighting.
This commit is contained in:
parent
29bd840dee
commit
b10089edba
1 changed files with 1 additions and 1 deletions
|
|
@ -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`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue