Skip to content

Commit

Permalink
Merge pull request #14588 from meeseeksmachine/auto-backport-of-pr-14…
Browse files Browse the repository at this point in the history
…586-on-v5.2.x

Backport PR #14586 on branch v5.2.x (DOC: fix typos)
  • Loading branch information
pllim authored Mar 27, 2023
2 parents dfcc10d + 209728a commit 3c34484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astropy/convolution/convolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def convolve(
(i.e., not 0/`False`) will be set to NaN for the convolution. If
`None`, no masking will be performed unless ``array`` is a masked array.
If ``mask`` is not `None` *and* ``array`` is a masked array, a pixel is
masked of it is masked in either ``mask`` *or* ``array.mask``.
masked if it is masked in either ``mask`` *or* ``array.mask``.
normalization_zero_tol : float, optional
The absolute tolerance on whether the kernel is different than zero.
If the kernel sums to zero to within this precision, it cannot be
Expand Down Expand Up @@ -564,7 +564,7 @@ def convolve_fft(
(i.e., not 0/`False`) will be set to NaN for the convolution. If
`None`, no masking will be performed unless ``array`` is a masked array.
If ``mask`` is not `None` *and* ``array`` is a masked array, a pixel is
masked of it is masked in either ``mask`` *or* ``array.mask``.
masked if it is masked in either ``mask`` *or* ``array.mask``.
crop : bool, optional
Default on. Return an image of the size of the larger of the input
image and the kernel.
Expand Down

0 comments on commit 3c34484

Please sign in to comment.