diff --git a/src/AutGroup.jl b/src/AutGroup.jl index 81b8d74..c0a3b2d 100644 --- a/src/AutGroup.jl +++ b/src/AutGroup.jl @@ -87,7 +87,7 @@ function perm_autsymbol(p::perm; pow::Int=1) if p == parent(p)() return id_autsymbol() else - gen = "σ"*join([subscriptify(i) for i in p]) + gen = "σ"*join([subscriptify(i) for i in p.d]) return AutSymbol(gen, 1, :(σ($(p.d), 1)), σ(p, 1)) end end