From 390b89e35749b329583602974e691ee19becb676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Thu, 14 Sep 2023 11:35:29 +0200 Subject: [PATCH] Fix `identity_map` docstrings (Nemocas/AbstractAlgebra.jl#1431) --- src/Rings/mpoly-affine-algebras.jl | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/Rings/mpoly-affine-algebras.jl b/src/Rings/mpoly-affine-algebras.jl index a1dd415629ab..9a9669635b6c 100644 --- a/src/Rings/mpoly-affine-algebras.jl +++ b/src/Rings/mpoly-affine-algebras.jl @@ -497,11 +497,8 @@ julia> H[2][1] GrpAb: Z^2 julia> H[2][2] -Identity map with - -Domain: -======= -GrpAb: Z^2 +Identity map + of GrpAb: Z^2 julia> G = abelian_group(ZZMatrix([1 -1])); @@ -697,11 +694,8 @@ julia> H[2][1] GrpAb: Z^2 julia> H[2][2] -Identity map with - -Domain: -======= -GrpAb: Z^2 +Identity map + of GrpAb: Z^2 julia> G = abelian_group(ZZMatrix([1 -1]));