File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class _imports(DelayedImport):
12
12
SparseArray = 'mpython.sparse_array.SparseArray'
13
13
MatlabClass = 'mpython.matlab_class.MatlabClass'
14
14
MatlabFunction = 'mpython.matlab_function.MatlabFunction'
15
- AnyDelayedArray = 'mpython.core.delayed_types.MatlabFunction '
15
+ AnyDelayedArray = 'mpython.core.delayed_types.AnyDelayedArray '
16
16
17
17
18
18
class MatlabType :
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ def _import_matlab():
92
92
Delayed matlab import.
93
93
94
94
This allows to only complain about the lack of a runtime if we
95
- really use the runtime. Note that most of the MPython types to
95
+ really use the runtime. Note that most of the MPython types do
96
96
not need the runtime.
97
97
"""
98
98
try :
You can’t perform that action at this time.
0 commit comments