Skip to content

Commit

Permalink
Fix identity_map docstrings (Nemocas/AbstractAlgebra.jl#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Sep 14, 2023
1 parent b40cd99 commit 390b89e
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/Rings/mpoly-affine-algebras.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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]));
Expand Down Expand Up @@ -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]));
Expand Down

0 comments on commit 390b89e

Please sign in to comment.