Fix more typo.

This commit is contained in:
Glen Whitney 2017-10-18 22:16:56 +02:00
parent 961ff3840f
commit 95b9835e8c
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ InstallMethod(RightDivisionTable,
[HasMultiplicationTable],
function (obj)
local RS, n;
RS := RightPerms(fam);
RS := RightPerms(obj);
n := Size(RS);
return TransposedMat(List(RS, x->ListPerm(Inverse(x), n)));
end);