Kaydet (Commit) 0d57caa2 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Documentation nit

üst a28eb1c4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment