Skip to content

Commit 9af2365

Browse files
committed
update error message
1 parent f596f01 commit 9af2365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatbridge/matlab_magic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
has_io = True
2727
except ImportError:
2828
has_io = False
29-
no_io_str = "Must have pytables and scipy.io to perform i/o"
29+
no_io_str = "Must have h5py and scipy.io to perform i/o"
3030
no_io_str += "operations with the Matlab session"
3131

3232
from IPython.core.displaypub import publish_display_data

0 commit comments

Comments
 (0)