diff --git a/docs/README.jinja.md b/docs/README.jinja.md
index 5901661ad09e77b1e63e55fb52227186ed351e26..e36f8a53cedaf09efae25305a6db309f67a4e986 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?**