We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b857a commit 884a618Copy full SHA for 884a618
src/sage/combinat/integer_vectors_mod_permgroup.py
@@ -183,7 +183,7 @@ class IntegerVectorsModPermutationGroup(UniqueRepresentation):
183
erroneous results. To avoid this issue, compute a strong
184
generating system for the group as::
185
186
- sgs = tuple(s for s in G.strong_generating_system())
+ sgs = tuple(tuple(s) for s in G.strong_generating_system())
187
188
and provide it as the optional `sgs` argument to the
189
constructor.
0 commit comments