Skip to content

Commit e9ac70b

Browse files
authored
Fix std docstring (#133)
`std` has no `means` kwarg, the argument is always called `mean`, even if it contains several values. Since the next paragraph already explains the use of mean together with dims, the wrong part can just be deleted.
1 parent 20fbe57 commit e9ac70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Statistics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ whereas the sum is scaled with `n` if `corrected` is
434434
`false` with `n` the number of elements in `itr`.
435435
436436
If `itr` is an `AbstractArray`, `dims` can be provided to compute the standard deviation
437-
over dimensions, and `means` may contain means for each dimension of `itr`.
437+
over dimensions.
438438
439439
A pre-computed `mean` may be provided. When `dims` is specified, `mean` must be
440440
an array with the same shape as `mean(itr, dims=dims)` (additional trailing

0 commit comments

Comments
 (0)