Kaynağa Gözat

Change a docstring

jonathanvdc 8 yıl önce
ebeveyn
işleme
448bcc7c72
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  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"])]