1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-07-07 08:30:33 +02:00
This commit is contained in:
kalmar 2017-05-17 12:31:16 +02:00
parent 82f3ab6c34
commit a62f63178c

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)