From dcc2633805d248bbf27e676a562b63edbde6dfea Mon Sep 17 00:00:00 2001 From: endolith Date: Mon, 26 Nov 2012 14:16:30 -0500 Subject: DOC: remove "the" from description, single backticks are for variables only --- numpy/fft/helper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/fft/helper.py') diff --git a/numpy/fft/helper.py b/numpy/fft/helper.py index c940a83d2..796ac4c53 100644 --- a/numpy/fft/helper.py +++ b/numpy/fft/helper.py @@ -140,7 +140,7 @@ def fftfreq(n, d=1.0): Returns ------- f : ndarray - The array of length `n`, containing the sample frequencies. + Array of length `n` containing the sample frequencies. Examples -------- @@ -193,7 +193,7 @@ def rfftfreq(n, d=1.0): Returns ------- f : ndarray - The array of length `n//2+1`, containing the sample frequencies. + Array of length ``n//2 + 1`` containing the sample frequencies. Examples -------- -- cgit v1.2.1