Skip to content

Commit

Permalink
Merge pull request #686 from danibene/docs/signal_filter_docs_bandstop
Browse files Browse the repository at this point in the history
[Docs] fix typo in signal_filter
  • Loading branch information
DominiqueMakowski authored Jul 22, 2022
2 parents 1b3624b + 48e6440 commit 0afc15c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neurokit2/signal/signal_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def signal_filter(
----------
signal : Union[list, np.array, pd.Series]
The signal (i.e., a time series) in the form of a vector of values.
or ``"bandstop"``.
sampling_rate : int
The sampling frequency of the signal (in Hz, i.e., samples/second).
lowcut : float
Expand Down

0 comments on commit 0afc15c

Please sign in to comment.