]> granicus.if.org Git - python/commit
Issue 17862: Improve the signature of itertools grouper() recipe.
authorRaymond Hettinger <python@rcn.com>
Mon, 6 May 2013 02:53:41 +0000 (19:53 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 6 May 2013 02:53:41 +0000 (19:53 -0700)
commit44571daf0e3a1df376dc97551643281bdf2dbcb8
tree5531b6276ef358ae55bcaec90d37e53e3c15a85e
parent5b1ab247510d4f4fc566b62e8928646ebe276d49
Issue 17862:  Improve the signature of itertools grouper() recipe.

Putting *n* after the *iterable* matches the signature of other itertools
and recipes.  Also, it reads better.

Suggested by Ezio Melotti.
Doc/library/itertools.rst