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 363c30bCopy full SHA for 363c30b
gap/io.gi
@@ -1237,9 +1237,8 @@ function(s)
1237
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");
+ if IsBound(vertices) or Length(split) <> 4 or split[2] <> "edges" then
+ 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