Skip to content

Commit 811d0b9

Browse files
committed
Trac #22067 comment:109(1): say that "all" tuples are returned in compositions_mod
1 parent 6dca949 commit 811d0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/geometry/polyhedron/generating_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ def generate_mods(equations):
14711471

14721472
def compositions_mod(u, m, r=0, multidimensional=False):
14731473
r"""
1474-
Return an iterable of tuples `a` such that `a u^T \equiv r \mod m`.
1474+
Return an iterable of all tuples `a` such that `a u^T \equiv r \mod m`.
14751475
14761476
INPUT:
14771477

0 commit comments

Comments
 (0)