This commit is contained in:
kalmar 2017-05-17 12:31:16 +02:00
parent 82f3ab6c34
commit a62f63178c
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ end
###############################################################################
function show(io::IO, A::GroupRing)
print(io, "GroupRing of $(A.group)")
print(io, "Group Ring of [$(A.group)]")
end
function show(io::IO, X::GroupRingElem)