commit | 0d57caa2678fcb5c08a247a9ed17c73b311c7c00 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Apr 04 07:33:46 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Apr 04 07:33:46 2010 +0000 |
tree | 0b9fd097bbab4adaea4f206e655d2378847a0935 | |
parent | a28eb1c429d07045c54d87615e509a508b99516e [diff] [blame] |
Documentation nit
diff --git a/Doc/library/functools.rst b/Doc/library/functools.rst index 8f9528a..6dc9f0a 100644 --- a/Doc/library/functools.rst +++ b/Doc/library/functools.rst
@@ -38,6 +38,8 @@ 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