mirror of https://github.com/python/cpython
Documentation nit
This commit is contained in:
parent
a28eb1c429
commit
0d57caa267
|
@ -38,6 +38,8 @@ The :mod:`functools` module defines the following functions:
|
|||
return ((self.lastname.lower(), self.firstname.lower()) <
|
||||
(other.lastname.lower(), other.firstname.lower()))
|
||||
|
||||
.. versionadded:: 2.7
|
||||
|
||||
.. function:: reduce(function, iterable[, initializer])
|
||||
|
||||
This is the same function as :func:`reduce`. It is made available in this module
|
||||
|
|
Loading…
Reference in New Issue