Skip to content

Commit

Permalink
Fix error in DigraphDirectProductProjections documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscirpons committed Aug 27, 2019
1 parent 4cd543d commit 4f1ec4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/attr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,9 @@ gap> IsIdempotent(proj[2]);
true
gap> RankOfTransformation(proj[3]);
2
gap> P := DigraphRemoveAllMultipleEdges(ReducedDigraph(OnDigraphs(D, proj[2])));; gap> IsIsomorphicDigraph(CycleDigraph(4), P);
gap> P := DigraphRemoveAllMultipleEdges(
> ReducedDigraph(OnDigraphs(D, proj[2])));;
gap> IsIsomorphicDigraph(CycleDigraph(4), P);
true
]]></Example>
</Description>
Expand Down

0 comments on commit 4f1ec4f

Please sign in to comment.