Explorar o código

Change a docstring

jonathanvdc %!s(int64=8) %!d(string=hai) anos
pai
achega
448bcc7c72
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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"])]