From ecdaa9511d277b8adca6928a40d1e48955894441 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 17 Jul 2025 16:10:41 +0200 Subject: [PATCH] python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc22112..89f1307 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ below (note the invisible space on the lines with dots): Users may supply any tokenizer via option `-F`, e.g. this script makes line-size tokens (reproducing the usual line merges): -``` +```py #!/usr/bin/env python3 import sys for l in sys.stdin.readlines():