Skip to content

Commit 6d591ed

Browse files
authored
Clean up NodeSampler docstring
1 parent b35ae60 commit 6d591ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Random.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import ..EquationModule: AbstractNode, tree_mapreduce, filter_map
88
"""
99
NodeSampler(; tree, filter::Function=Returns(true), weighting::Union{Nothing,Function}=nothing, break_sharing::Val=Val(false))
1010
11-
Defines a sampler of nodes in a tree. `filter` can be used to pre-filter
12-
nodes on which to sample.
11+
Defines a sampler of nodes in a tree.
1312
1413
# Arguments
1514

0 commit comments

Comments
 (0)