Skip to content

Commit 80c1855

Browse files
committed
DOC: SubgroupOfWholeGroupByCosetTable assumes table is standardized.
This resolves #2173
1 parent 70c8489 commit 80c1855

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/grpfp.gd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,9 +689,11 @@ DeclareGlobalFunction("TracedCosetFpGroup");
689689
## <Func Name="SubgroupOfWholeGroupByCosetTable" Arg='fpfam, tab'/>
690690
##
691691
## <Description>
692-
## takes a family <A>fpfam</A> of an FpGroup and a coset table <A>tab</A>
692+
## takes a family <A>fpfam</A> of an FpGroup and a standardized coset
693+
## table <A>tab</A>
693694
## and returns the subgroup of <A>fpfam</A><C>!.wholeGroup</C> defined by
694-
## this coset table.
695+
## this coset table. The function will not check whether the coset table is
696+
## standardized.
695697
## See also&nbsp;<Ref Func="CosetTableBySubgroup"/>.
696698
## </Description>
697699
## </ManSection>

0 commit comments

Comments
 (0)