rename generators(G::Group) -> gens(G::Group)

This commit is contained in:
kalmar 2017-07-06 17:30:19 +02:00
parent db02dbb97c
commit e4ed91b473
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ using Nemo
@testset "GroupRing constructors FreeGroup" begin
using Groups
F = FreeGroup(3)
S = generators(F)
S = gens(F)
append!(S, [inv(s) for s in S])
S = unique(S)