mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
Documentation nit
This commit is contained in:
parent
a28eb1c429
commit
0d57caa267
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ The :mod:`functools` module defines the following functions:
|
||||||
return ((self.lastname.lower(), self.firstname.lower()) <
|
return ((self.lastname.lower(), self.firstname.lower()) <
|
||||||
(other.lastname.lower(), other.firstname.lower()))
|
(other.lastname.lower(), other.firstname.lower()))
|
||||||
|
|
||||||
|
.. versionadded:: 2.7
|
||||||
|
|
||||||
.. function:: reduce(function, iterable[, initializer])
|
.. function:: reduce(function, iterable[, initializer])
|
||||||
|
|
||||||
This is the same function as :func:`reduce`. It is made available in this module
|
This is the same function as :func:`reduce`. It is made available in this module
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue