Skip to content

Commit

Permalink
Update mne/tests/test_epochs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
  • Loading branch information
dmalt and agramfort authored Aug 13, 2023
1 parent 6b50175 commit adb805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/tests/test_epochs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ def is_add_metadata(request):

@pytest.fixture(params=[True, False], ids=["concat", "no_concat"])
def is_concat(request):
"""Weither to create concatenated version of epochs."""
"""Whether to create concatenated version of epochs."""
return request.param


Expand Down

0 comments on commit adb805e

Please sign in to comment.