diff options
Diffstat (limited to 'doc/tutorial/lint.md')
-rw-r--r-- | doc/tutorial/lint.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/lint.md b/doc/tutorial/lint.md index 6005c5d1..f187405e 100644 --- a/doc/tutorial/lint.md +++ b/doc/tutorial/lint.md @@ -245,7 +245,7 @@ passed and for the failed tests we format stdout and stderr in some easy-to-read way; additionally, we also provide a machine-readable summary of the failures. -``` {.py srcname="summary.py"} +``` {.python srcname="summary.py"} #!/usr/bin/env python3 import json |