Tachi67 commited on
Commit
a39f32d
·
1 Parent(s): 0ce69a9

change comments for input interface

Browse files
Files changed (1) hide show
  1. InterpreterAtomicFlow.py +1 -1
InterpreterAtomicFlow.py CHANGED
@@ -27,7 +27,7 @@ class InterpreterAtomicFlow(AtomicFlow):
27
  """This flow is used to run the code passed from the caller.
28
  *Expected Input*:
29
  - `code`
30
- - `language_of_code`
31
 
32
  *Expected Output*:
33
  - `interpreter_output`: output of the code interpreter
 
27
  """This flow is used to run the code passed from the caller.
28
  *Expected Input*:
29
  - `code`
30
+ - `language`
31
 
32
  *Expected Output*:
33
  - `interpreter_output`: output of the code interpreter