@@ -876,14 +876,14 @@ gap> gr2 := CompleteDigraph(100);
876876gap> DigraphDisjointUnion(gr) = gr;
877877true
878878gap> DigraphDisjointUnion([[]]);
879- Error, the arguments must be digraphs by out-neighbours, or a single list of d \
880- igraphs by out-neighbours,
879+ Error, the arguments must be digraphs by out-neighbours, or a single non-empty \
880+ list of digraphs by out-neighbours,
881881gap> DigraphDisjointUnion([gr], [gr]);
882- Error, the arguments must be digraphs by out-neighbours, or a single list of d \
883- igraphs by out-neighbours,
882+ Error, the arguments must be digraphs by out-neighbours, or a single non-empty \
883+ list of digraphs by out-neighbours,
884884gap> DigraphDisjointUnion(gr, Group(()));
885- Error, the arguments must be digraphs by out-neighbours, or a single list of d \
886- igraphs by out-neighbours,
885+ Error, the arguments must be digraphs by out-neighbours, or a single non-empty \
886+ list of digraphs by out-neighbours,
887887gap> DigraphDisjointUnion(gr, gr);
888888<immutable digraph with 2000 vertices, 2000 edges>
889889gap> DigraphDisjointUnion([gr2, gr2]);
0 commit comments