Skip to content

Commit 7d06c34

Browse files
committed
Update doc string of cut(x, ngroups)
1 parent b224dac commit 7d06c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extras.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ end
134134

135135
"""
136136
cut(x::AbstractArray, ngroups::Integer;
137-
labels::AbstractVector=String[])
137+
labels::Union{AbstractVector{<:AbstractString},Function})
138138
139139
Cut a numeric array into `ngroups` quantiles, determined using
140140
[`quantile`](@ref).

0 commit comments

Comments
 (0)