[issue7746] Nit: Extra comma in itertools doc

2010-01-21 Thread Ezio Melotti

Ezio Melotti ezio.melo...@gmail.com added the comment:

Fixed in r77675 (trunk), r77676 (release26-maint), r77677 (py3k) and r77678 
(release31-maint).

--
assignee: georg.brandl - ezio.melotti
nosy: +ezio.melotti
priority:  - normal
resolution:  - fixed
stage:  - committed/rejected
status: open - closed
versions: +Python 2.6, Python 2.7, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7746
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7746] Nit: Extra comma in itertools doc

2010-01-20 Thread Justin Lebar

New submission from Justin Lebar star...@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 rep...@bugs.python.org
http://bugs.python.org/issue7746
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com