Skip to content

Commit

Permalink
SubgroupProperty works only for perm. groups (#5513)
Browse files Browse the repository at this point in the history
Mention this in the documentation.
  • Loading branch information
ThomasBreuer authored Sep 29, 2023
1 parent 7781d0d commit 7a689a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stbcbckt.gd
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ DeclareGlobalFunction( "ElementProperty" );
##
## <Description>
## <A>Pr</A> must be a one-argument function that returns <K>true</K> or
## <K>false</K> for elements of the group <A>G</A>,
## <K>false</K> for elements of the permutation group <A>G</A>,
## and the subset of elements of <A>G</A> that fulfill <A>Pr</A> must
## be a subgroup. (<E>If the latter is not true the result of this operation
## is unpredictable!</E>) This command computes this subgroup.
Expand Down

0 comments on commit 7a689a6

Please sign in to comment.