Skip to content

Commit fb77662

Browse files
committed
rfftfreq docstring formatting changes
1 parent ff605f0 commit fb77662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkl_fft/interfaces/_scipy_fft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ def fftfreq(n, d=1.0, *, xp=None, device=None):
669669
def rfftfreq(n, d=1.0, *, xp=None, device=None):
670670
"""
671671
Return the Discrete Fourier Transform sample frequencies (for usage with
672-
rfft, irfft).
672+
`rfft`, `irfft`).
673673
674674
For full documentation refer to `scipy.fft.rfftfreq`.
675675

0 commit comments

Comments
 (0)