Skip to content

Commit

Permalink
add missing doctest markers (#4321)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz authored Nov 15, 2024
1 parent fb767f2 commit 56c8f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions experimental/SetPartitions/src/SetPartition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ julia> lower_points(set_partition([2, 4], [4, 99]))
2-element Vector{Int64}:
2
3
```
"""
function lower_points(p::SetPartition)
return p.lower_points
Expand Down
1 change: 1 addition & 0 deletions src/Groups/pcgroup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ julia> get_relative_orders(c)
2-element Vector{ZZRingElem}:
2
0
```
"""
function get_relative_orders(c::Collector{T}) where T <: IntegerUnion
return c.relorders
Expand Down

0 comments on commit 56c8f1f

Please sign in to comment.