Skip to content

Commit

Permalink
DOC: fix mne-kit-gui package name (#11231)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Oct 7, 2022
1 parent 20ebcaa commit 4a37394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/commands/mne_kit2fiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def run():
from mne_kit_gui import kit2fiff # noqa
except ImportError:
raise ImportError(
'The mne_kit_gui package is required, install it using '
'The mne-kit-gui package is required, install it using '
'conda or pip') from None
kit2fiff()
sys.exit(0)
Expand Down

0 comments on commit 4a37394

Please sign in to comment.