jonathanvdc преди 8 години
родител
ревизия
448bcc7c72
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      kernel/modelverse_jit/runtime.py

+ 1 - 2
kernel/modelverse_jit/runtime.py

@@ -5,8 +5,7 @@ class JitCompilationFailedException(Exception):
     pass
 
 def call_function(function_id, named_arguments, **kwargs):
-    """Makes the interpreter run the function with the given id with the specified
-       argument dictionary."""
+    """Runs the function with the given id, passing it the specified argument dictionary."""
     user_root = kwargs['user_root']
     kernel = kwargs['mvk']
     body_id, = yield [("RD", [function_id, "body"])]