Skip to content

Commit

Permalink
fix extra **'s in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Feb 15, 2024
1 parent a31759c commit 52e9ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neurodsp/plts/combined.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ def plot_timeseries_and_spectrum(times, sig, fs, f_range=None, spectrum_kwargs=N
Sampling rate, in Hz.
f_range : list of [float, float], optional
The frequency range to restrict the power spectrum to.
**spectrum_kwargs : dict, optional
spectrum_kwargs : dict, optional
Keyword arguments for computing the power spectrum.
See `compute_spectrum` for details.
**ts_kwargs : dict, optional
ts_kwargs : dict, optional
Keyword arguments for customizing the time series plot.
**psd_kwargs : dict, optional
psd_kwargs : dict, optional
Keyword arguments for customizing the power spectrum plot.
**plt_kwargs
Keyword arguments for customizing the plots.
Expand Down

0 comments on commit 52e9ec1

Please sign in to comment.