From 51faee20bd4d0fa7965679b97c22307e4279a554 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 11 Oct 2024 09:24:14 +0200 Subject: [PATCH] Fix indent in a docstring --- 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 40a0a68e473..8d11545e9ef 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. """