change comments for input interface
Browse files- 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 |
-
- `
|
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
|