diff --git a/en/references/judges/creating-a-judge/index.md b/en/references/judges/creating-a-judge/index.md index 065f3f5bd..c319d536f 100644 --- a/en/references/judges/creating-a-judge/index.md +++ b/en/references/judges/creating-a-judge/index.md @@ -124,7 +124,7 @@ The full output returns a single JSON at the end. You must ensure that this is e - A `DebugData` object is used to run the python tutor that gives students a debug interface. Currently it is only relevant for python. It consists of: - `statements`, a string containing the extra code to be executed in the python tutor, to mimic this testcase. - - `input`, a string containing the input to be given to the python tutor, to mimic this testcase. + - `stdin`, a string containing the input to be given to the python tutor, to mimic this testcase. ![judge-output-reflection](./judge-output.png) diff --git a/nl/references/judges/creating-a-judge/index.md b/nl/references/judges/creating-a-judge/index.md index c004800b0..f51aa95c7 100644 --- a/nl/references/judges/creating-a-judge/index.md +++ b/nl/references/judges/creating-a-judge/index.md @@ -124,7 +124,7 @@ The full output returns a single JSON at the end. You must ensure that this is e - A `DebugData` object is used to run the python tutor that gives students a debug interface. Currently it is only relevant for python. It consists of: - `statements`, a string containing the extra code to be executed in the python tutor, to mimic this testcase. - - `input`, a string containing the input to be given to the python tutor, to mimic this testcase. + - `stdin`, a string containing the input to be given to the python tutor, to mimic this testcase. ![judge-output-reflection](./judge-output.png)