Skip to content

Commit bc33fdf

Browse files
simonbyrnefcard
authored andcommitted
remove stale docstring Dates.recur (JuliaLang#19452)
cf. JuliaLang#19288
1 parent 85f85a8 commit bc33fdf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/stdlib/dates.rst

-6
Original file line numberDiff line numberDiff line change
@@ -533,12 +533,6 @@ Adjuster Functions
533533
534534
Adjusts ``dt`` by iterating at most ``limit`` iterations by ``step`` increments until ``func`` returns ``true``\ . ``func`` must take a single ``TimeType`` argument and return a ``Bool``\ . ``same`` allows ``dt`` to be considered in satisfying ``func``\ . ``negate`` will make the adjustment process terminate when ``func`` returns ``false`` instead of ``true``\ .
535535

536-
.. function:: recur{T<:TimeType}(func::Function,dr::StepRange{T};negate=false,limit=10000) -> Vector{T}
537-
538-
.. Docstring generated from Julia source
539-
540-
``func`` takes a single TimeType argument and returns a ``Bool`` indicating whether the input should be "included" in the final set. ``recur`` applies ``func`` over each element in the range of ``dr``\ , including those elements for which ``func`` returns ``true`` in the resulting Array, unless ``negate=true``\ , then only elements where ``func`` returns ``false`` are included.
541-
542536
Periods
543537
~~~~~~~
544538

0 commit comments

Comments
 (0)