Skip to content

Commit ec50404

Browse files
committed
Remove doctest for dotproduct().
1 parent 22249d6 commit ec50404

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Doc/library/itertools.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,9 +1207,6 @@ which incur interpreter overhead.
12071207
>>> list(ncycles('abc', 3))
12081208
['a', 'b', 'c', 'a', 'b', 'c', 'a', 'b', 'c']
12091209

1210-
>>> dotproduct([1,2,3], [4,5,6])
1211-
32
1212-
12131210
>>> data = [20, 40, 24, 32, 20, 28, 16]
12141211
>>> list(convolve(data, [0.25, 0.25, 0.25, 0.25]))
12151212
[5.0, 15.0, 21.0, 29.0, 29.0, 26.0, 24.0, 16.0, 11.0, 4.0]

0 commit comments

Comments
 (0)