Commit e99290ed authored by Andrew Quinn's avatar Andrew Quinn
Browse files

Docstring typo

parent 49d5fd5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -155,10 +155,10 @@ def compute_fft(x, nfft=256, axis=-1,
        Sampling frequency of the input array `x` (Default value = 1.0)
    fmin : float
        Minimum frequency value in the returned spectrum. This is defined in Hz
        and is dependant on the value of `fs` (Default value = -0.5)
        and is dependent on the value of `fs` (Default value = -0.5)
    fmax : float
        Maximum frequency value in the returned spectrum. This is defined in Hz
        and is dependant on the value of `fs` (Default value = 0.5)
        and is dependent on the value of `fs` (Default value = 0.5)

    Returns
    -------