We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9109893 commit ba8227dCopy full SHA for ba8227d
gap/io.gi
@@ -1238,8 +1238,7 @@ function(s)
1238
# digraph definition line
1239
if first_char = 'p' then
1240
if IsBound(vertices) or Length(split) <> 4 or split[2] <> "edge" then
1241
- ErrorNoReturn("the format of the string <s>",
1242
- " cannot be determined");
+ ErrorNoReturn("the format of the string <s> cannot be determined");
1243
fi;
1244
nr_vertices := int_from_string(split[3]);
1245
vertices := [1 .. nr_vertices];
0 commit comments