Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40d23e8

Browse files
committed
Fix weird line block in table.
1 parent cfa8e29 commit 40d23e8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Doc/library/itertools.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Iterator Arguments Resu
6767
:func:`permutations` p[, r] r-length tuples, all possible orderings, no repeated elements
6868
:func:`combinations` p, r r-length tuples, in sorted order, no repeated elements
6969
:func:`combinations_with_replacement` p, r r-length tuples, in sorted order, with repeated elements
70-
|
7170
``product('ABCD', repeat=2)`` ``AA AB AC AD BA BB BC BD CA CB CC CD DA DB DC DD``
7271
``permutations('ABCD', 2)`` ``AB AC AD BA BC BD CA CB CD DA DB DC``
7372
``combinations('ABCD', 2)`` ``AB AC AD BC BD CD``

0 commit comments

Comments
 (0)