[docs] [issue13695] "type specific" to "type-specific"

Boštjan Mejak report at bugs.python.org
Mon Jan 16 07:57:20 CET 2012


Boštjan Mejak <bostjan.mejak at gmail.com> added the comment:

There's also one more typo in the doc for cmp_to_key() function. Fix the first sentence "Transform an old-style comparison function to a key-function." to "Transform an old-style comparison function to a key function." (note the removal of the hyphen between words "key" and "function")

http://docs.python.org/library/functools.html#functools.cmp_to_key

----------
resolution: fixed -> remind
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13695>
_______________________________________


More information about the docs mailing list