Skip to content

Commit

Permalink
Change doc of IsPGroup to *not* require finiteness
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jul 31, 2017
1 parent d2c986f commit acfdfa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/grp.gd
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,9 @@ DeclareOperation( "KnowsHowToDecompose", [ IsGroup, IsList ] );
##
## <Description>
## <Index Key="p-group"><M>p</M>-group</Index>
## A <E><M>p</M>-group</E> is a finite group whose order
## (see&nbsp;<Ref Func="Size"/>) is of the form <M>p^n</M> for a prime
## integer <M>p</M> and a nonnegative integer <M>n</M>.
## A <E><M>p</M>-group</E> is a group in which the order
## (see&nbsp;<Ref Func="Order"/>) of every element is of the form <M>p^n</M>
## for a prime integer <M>p</M> and a nonnegative integer <M>n</M>.
## <Ref Prop="IsPGroup"/> returns <K>true</K> if <A>G</A> is a
## <M>p</M>-group, and <K>false</K> otherwise.
## </Description>
Expand Down

0 comments on commit acfdfa9

Please sign in to comment.