From d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 27 Jun 2025 12:51:50 +0200 Subject: doc: Fix various typos and inconsistencies --- doc/tutorial/lint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorial/lint.md') 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 -- cgit v1.2.3