From 8d5483818eaf17e0052656e52f857391192fc56a Mon Sep 17 00:00:00 2001 From: ThomasBreuer Date: Tue, 15 Oct 2024 16:12:02 +0200 Subject: [PATCH] fix a doctest --- src/Groups/gsets.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Groups/gsets.jl b/src/Groups/gsets.jl index 114d5fe77aa3..7e148722d650 100644 --- a/src/Groups/gsets.jl +++ b/src/Groups/gsets.jl @@ -455,7 +455,7 @@ If `check` is `false` then it is not checked whether `omega` is in `Omega`. julia> Omega = gset(symmetric_group(3)); julia> stabilizer(Omega) -(Permutation group of degree 3 and order 2, Hom: permutation group -> G) +(Permutation group of degree 3 and order 2, Hom: permutation group -> Sym(3)) ``` """ @attr Tuple{sub_type(T), Map{sub_type(T), T}} function stabilizer(Omega::GSet{T,S}) where {T,S}