[New-bugs-announce] [issue7746] Nit: Extra comma in itertools doc

Justin Lebar report at bugs.python.org
Thu Jan 21 07:01:52 CET 2010


New submission from Justin Lebar <starwiz at gmail.com>:

At http://docs.python.org/3.1/library/itertools.html,

"For instance, SML provides a tabulation tool: tabulate(f) which produces a sequence f(0), f(1), .... But, this effect can be achieved in Python by combining map() and count() to form map(f, count())."

The second sentence should be "But this effect...", not "But, this effect".

No issue is too small, right?  :)

----------
assignee: georg.brandl
components: Documentation
messages: 98100
nosy: Justin.Lebar, georg.brandl
severity: normal
status: open
title: Nit: Extra comma in itertools doc
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7746>
_______________________________________


More information about the New-bugs-announce mailing list