Skip to content

Commit

Permalink
Fix typo found by codespell (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored May 7, 2024
1 parent 1368f99 commit 4a5e478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleepecg/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def plot_hypnogram(
A single record (i.e. night).
stages_pred : np.ndarray
The predicted stages, either as a 1D array of integers or a 2D array of
probabilties.
probabilities.
stages_mode : str
Identifier of the grouping mode. Can be any of `'wake-sleep'`, `'wake-rem-nrem'`,
`'wake-rem-light-n3'`, or `'wake-rem-n1-n2-n3'`.
Expand Down

0 comments on commit 4a5e478

Please sign in to comment.