Unverified Commit 66b96368 authored by Philip Khor's avatar Philip Khor Committed by GitHub
Browse files

Remove duplicated return values from docs (#3850)

parent 0297719c
......@@ -970,7 +970,6 @@ slice <- function(dataset, ...) {
}
#' @rdname slice
#' @return constructed sub dataset
#' @export
slice.lgb.Dataset <- function(dataset, idxset, ...) {
......
......@@ -17,8 +17,6 @@ slice(dataset, ...)
\item{idxset}{an integer vector of indices of rows needed}
}
\value{
constructed sub dataset
constructed sub dataset
}
\description{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment