Skip to content

Commit

Permalink
REBASE: Example
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Feb 9, 2018
1 parent 1589e2e commit 214685c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/morpheus.gd
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ DeclareGlobalFunction("IsomorphismGroups");
## gap> h:=Group((1,2,3),(1,2));
## Group([ (1,2,3), (1,2) ])
## gap> quo:=GQuotients(g,h);
## [ [ (1,3,2,4), (1,3,4) ] -> [ (2,3), (1,2,3) ] ]
## [ [ (1,2,3,4), (1,3,4) ] -> [ (2,3), (1,2,3) ] ]
## ]]></Example>
## </Description>
## </ManSection>
Expand Down

0 comments on commit 214685c

Please sign in to comment.