Skip to content

Commit

Permalink
remove stale docstring Dates.recur (#19452)
Browse files Browse the repository at this point in the history
cf. #19288
  • Loading branch information
simonbyrne authored Nov 30, 2016
1 parent b359b0c commit dbf8629
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/stdlib/dates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -533,12 +533,6 @@ Adjuster Functions
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``\ .

.. function:: recur{T<:TimeType}(func::Function,dr::StepRange{T};negate=false,limit=10000) -> Vector{T}

.. Docstring generated from Julia source
``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.

Periods
~~~~~~~

Expand Down

0 comments on commit dbf8629

Please sign in to comment.