Skip to content

Commit 214685c

Browse files
committed
REBASE: Example
1 parent 1589e2e commit 214685c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/morpheus.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ DeclareGlobalFunction("IsomorphismGroups");
507507
## gap> h:=Group((1,2,3),(1,2));
508508
## Group([ (1,2,3), (1,2) ])
509509
## gap> quo:=GQuotients(g,h);
510-
## [ [ (1,3,2,4), (1,3,4) ] -> [ (2,3), (1,2,3) ] ]
510+
## [ [ (1,2,3,4), (1,3,4) ] -> [ (2,3), (1,2,3) ] ]
511511
## ]]></Example>
512512
## </Description>
513513
## </ManSection>

0 commit comments

Comments
 (0)