diff options
author | Raymond Hettinger <python@rcn.com> | 2010-12-06 23:31:36 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-12-06 23:31:36 (GMT) |
commit | 1fa7682c268820f3860579c39527f6878173ec6b (patch) | |
tree | aa5fded3f386649aa0182918cae4e31c8edc9524 /Doc/library/itertools.rst | |
parent | 7c23ea2e88777798fcf1ca6d20c6cbbd8c1cacec (diff) | |
download | cpython-1fa7682c268820f3860579c39527f6878173ec6b.zip cpython-1fa7682c268820f3860579c39527f6878173ec6b.tar.gz cpython-1fa7682c268820f3860579c39527f6878173ec6b.tar.bz2 |
Note improvements to the docs.
Diffstat (limited to 'Doc/library/itertools.rst')
-rw-r--r-- | Doc/library/itertools.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/itertools.rst b/Doc/library/itertools.rst index 2736263..69e5109 100644 --- a/Doc/library/itertools.rst +++ b/Doc/library/itertools.rst @@ -577,8 +577,8 @@ loops that truncate the stream. .. _itertools-recipes: -Recipes -------- +Itertools Recipes +----------------- This section shows recipes for creating an extended toolset using the existing itertools as building blocks. |