Skip to content

Commit 530a561

Browse files
committed
update docstring
1 parent d9cbb1c commit 530a561

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

unpythonic/mathseq.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
The function versions of the arithmetic operations have an **s** prefix (short
1111
for mathematical **sequence**), because in Python the **i** prefix (which could
1212
stand for *iterable*) is already used to denote the in-place operators.
13+
14+
Finally, we provide the Cauchy product, and its generalization, the diagonal
15+
combination-reduction, for two (possibly infinite) iterables.
1316
"""
1417

1518
__all__ = ["s", "m", "almosteq",

0 commit comments

Comments
 (0)