Skip to content

Commit 17111fd

Browse files
committed
FIX: couple of typos
1 parent ec0f3e5 commit 17111fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mpython/core/base_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class _imports(DelayedImport):
1212
SparseArray = 'mpython.sparse_array.SparseArray'
1313
MatlabClass = 'mpython.matlab_class.MatlabClass'
1414
MatlabFunction = 'mpython.matlab_function.MatlabFunction'
15-
AnyDelayedArray = 'mpython.core.delayed_types.MatlabFunction'
15+
AnyDelayedArray = 'mpython.core.delayed_types.AnyDelayedArray'
1616

1717

1818
class MatlabType:

mpython/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def _import_matlab():
9292
Delayed matlab import.
9393
9494
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
9696
not need the runtime.
9797
"""
9898
try:

0 commit comments

Comments
 (0)