aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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():