Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Jun 6, 2019
1 parent f874b1a commit 78fb840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spindle_detector/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def detect_spindle(time, lfps, sampling_frequency,
multitaper_params=_DEFAULT_MULTITAPER_PARAMS,
hmm_params=_DEFAULT_HMM_PARAMS,
spindle_band=(10, 16)):
'''Finds spindle times using spectral power between 10-16 Hz and an HMM.
'''Finds spindle times using spectral power and an HMM.
Parameters
----------
Expand Down

0 comments on commit 78fb840

Please sign in to comment.