Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea26c6c

Browse files
committed
Merged revisions 77677 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r77677 | ezio.melotti | 2010-01-21 22:57:24 +0200 (Thu, 21 Jan 2010) | 9 lines Merged revisions 77675 via svnmerge from svn+ssh://[email protected]/python/trunk ........ r77675 | ezio.melotti | 2010-01-21 22:50:57 +0200 (Thu, 21 Jan 2010) | 1 line #7746: rephrase a sentence ........ ................
1 parent e42ffae commit ea26c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/itertools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ algebra" making it possible to construct specialized tools succinctly and
2222
efficiently in pure Python.
2323

2424
For instance, SML provides a tabulation tool: ``tabulate(f)`` which produces a
25-
sequence ``f(0), f(1), ...``. But, this effect can be achieved in Python
25+
sequence ``f(0), f(1), ...``. The same effect can be achieved in Python
2626
by combining :func:`map` and :func:`count` to form ``map(f, count())``.
2727

2828
These tools and their built-in counterparts also work well with the high-speed

0 commit comments

Comments
 (0)