Documentation nit

This commit is contained in:
Raymond Hettinger 2010-04-04 07:33:46 +00:00
parent a28eb1c429
commit 0d57caa267
1 changed files with 2 additions and 0 deletions

View File

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