Skip to content

Commit

Permalink
Documentation fixes to ndfilters.mean_filter(). (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed May 27, 2024
1 parent 53a854f commit ecbe490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ndfilters/_mean.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ def mean_filter(
array
The input array to be filtered
size
The shape of the kernel over which the trimmed mean will be calculated.
The shape of the kernel over which the mean will be calculated.
axis
The axes over which to apply the kernel. If :class:`None` the kernel
The axes over which to apply the kernel. If :obj:`None` the kernel
is applied to every axis.
where
A boolean mask used to select which elements of the input array to filter.
Expand Down

0 comments on commit ecbe490

Please sign in to comment.