Skip to content

Commit dab4cf2

Browse files
miss-islingtonrhettinger
authored andcommitted
Minor wording tweak for itertools documentation (GH-4893) (#4894)
(cherry picked from commit 6693d7a)
1 parent 5a9f379 commit dab4cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/itertools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ operator can be mapped across two vectors to form an efficient dot-product:
3232
``sum(map(operator.mul, vector1, vector2))``.
3333

3434

35-
**Infinite Iterators:**
35+
**Infinite iterators:**
3636

3737
================== ================= ================================================= =========================================
3838
Iterator Arguments Results Example
@@ -61,7 +61,7 @@ Iterator Arguments Results
6161
:func:`zip_longest` p, q, ... (p[0], q[0]), (p[1], q[1]), ... ``zip_longest('ABCD', 'xy', fillvalue='-') --> Ax By C- D-``
6262
============================ ============================ ================================================= =============================================================
6363

64-
**Combinatoric generators:**
64+
**Combinatoric iterators:**
6565

6666
============================================== ==================== =============================================================
6767
Iterator Arguments Results

0 commit comments

Comments
 (0)