Kaynağa Gözat

Fix inaccurate comment

jonathanvdc 8 yıl önce
ebeveyn
işleme
8645c78972
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      kernel/modelverse_kernel/request_handler.py

+ 1 - 1
kernel/modelverse_kernel/request_handler.py

@@ -279,7 +279,7 @@ class RequestHandler(object):
     def execute_try(self, request_args):
         """Executes a TRY-request with the given argument list."""
         # TRY pushes an exception handler onto the exception handler stack.
-        # Format: ("TRY", [generator-returning-function])
+        # Format: ("TRY", [])
         if len(request_args) != 0:
             raise ValueError(
                 ("TRY was given argument list '%s', " +