Skip to content

Commit

Permalink
fix a doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Oct 15, 2024
1 parent 784f4a2 commit 8d54838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Groups/gsets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8d54838

Please sign in to comment.