@@ -1345,8 +1345,8 @@ DeclareOperation( "Norm", [ IsOrdinaryTable, IsHomogeneousList ] );
13451345# # <P/>
13461346# # <Example><![CDATA[
13471347# # gap> List( Irr( S4 ), CentreOfCharacter );
1348- # # [ Group([ (), (1,2), (1,2)(3,4), (1,2,3), (1,2,3,4) ]), Group(()),
1349- # # Group([ (1,2)(3,4), (1,4 )(2,3 ) ]), Group(()), Group([ (), (1,2), (1,
1348+ # # [ Group([ (), (1,2), (1,2)(3,4), (1,2,3), (1,2,3,4) ]), Group(()),
1349+ # # Group([ (1,2)(3,4), (1,3 )(2,4 ) ]), Group(()), Group([ (), (1,2), (1,
13501350# # 2)(3,4), (1,2,3), (1,2,3,4) ]) ]
13511351# # ]]></Example>
13521352# # </Description>
@@ -1501,7 +1501,7 @@ DeclareOperation( "InertiaSubgroup",
15011501# # <P/>
15021502# # <Example><![CDATA[
15031503# # gap> List( Irr( S4 ), KernelOfCharacter );
1504- # # [ Alt( [ 1 .. 4 ] ), Group(()), Group([ (1,2)(3,4), (1,4 )(2,3 ) ]),
1504+ # # [ Alt( [ 1 .. 4 ] ), Group(()), Group([ (1,2)(3,4), (1,3 )(2,4 ) ]),
15051505# # Group(()), Group([ (), (1,2), (1,2)(3,4), (1,2,3), (1,2,3,4) ]) ]
15061506# # ]]></Example>
15071507# # </Description>
0 commit comments