Skip to content

Commit 5b98263

Browse files
committed
[FIX] Fixed a typo in error message
1 parent 2b19a52 commit 5b98263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netneurotools/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def plot_fslr(data, lhlabel, rhlabel, surf_atlas='conte69',
331331
try:
332332
from mayavi import mlab
333333
except ImportError:
334-
raise ImportError('Cannot use plot_surface() if mayavi is not '
334+
raise ImportError('Cannot use plot_fslr() if mayavi is not '
335335
'installed. Please install mayavi and try again.')
336336

337337
opts = dict()

0 commit comments

Comments
 (0)