From 5c9a47eef0e857763b8bda58d6a20125cdfee89a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 11 Oct 2024 11:04:56 +0200 Subject: [PATCH] Fix indent in a docstring (#4192) --- src/Groups/homomorphisms.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Groups/homomorphisms.jl b/src/Groups/homomorphisms.jl index d963529e2be..e42a1cc7d15 100644 --- a/src/Groups/homomorphisms.jl +++ b/src/Groups/homomorphisms.jl @@ -1259,7 +1259,7 @@ function Base.show(io::IO, A::AutomorphismGroup{T}) where T <: GAPGroup end """ - domain(A::AutomorphismGroup) -> Group + domain(A::AutomorphismGroup) -> Group Return the domain of this group of automorphisms. """