From d9dc51089219a0fd92511a9c173c280af3dba437 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Fri, 16 Sep 2022 13:47:51 +0200 Subject: [PATCH] Updated documentation --- docs/README.jinja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.jinja.md b/docs/README.jinja.md index 5901661..e36f8a5 100644 --- a/docs/README.jinja.md +++ b/docs/README.jinja.md @@ -128,7 +128,7 @@ To make sure the desired output of the tests is always up to date, the tests are - **How do I see the output of my programs in the tests? Or the intended output?** There are a number of console options available to help you figure out what your program should output and what it currently outputs. They can be found using: - ```python report1.py --help``` + ```python report1.py --help``` Note these are disabled for the `report1_grade.py` script to avoid confusion. It is not recommended you use the grade script to debug your code. - **Since I cannot read the `.token` file, can I trust it contains the same number of points internally as the file name indicate?** -- GitLab