Skip to content

Commit

Permalink
fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
samadpls committed Apr 8, 2024
1 parent cbf4daa commit 2d581ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Changelog
- Added check for invalid Axes object in :func:`~hnn_core/viz/plot_cells`
function, by `Abdul Samad Siddiqui`_ in :gh:`744`.

- Added kwargs options to `plot_spikes_hist` for adjusting the histogram plots of spiking activity,
by `Abdul Samad Siddiqui`_ in :gh:`732`.
- Added kwargs options to `plot_spikes_hist` for adjusting the histogram plots
of spiking activity, by `Abdul Samad Siddiqui`_ in :gh:`732`.

Bug
~~~
Expand Down
2 changes: 1 addition & 1 deletion hnn_core/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def plot_spikes_hist(cell_response, trial_idx=None, ax=None, spike_types=None,
If None, default color cycle used.
show : bool
If True, show the figure.
**kwargs : dict
**kwargs_hist : dict
Additional keyword arguments to pass to ax.hist.
Returns
Expand Down

0 comments on commit 2d581ff

Please sign in to comment.