Skip to content

Commit da3ec33

Browse files
committed
[FIX] typo: _Runtime -> _runtime
1 parent 0cd4c95 commit da3ec33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpython/matlab_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _process_index(self, ind, k=1, n=1):
114114
pass
115115

116116
if not hasattr(self, "__endfn"):
117-
self.__endfn = self._Runtime.call("str2func", "end")
117+
self.__endfn = self._runtime().call("str2func", "end")
118118

119119
def end():
120120
return self._runtime().call(self.__endfn, self._as_runtime(), k, n)

0 commit comments

Comments
 (0)