From 236a4a007f5925dbae4e18b97b4d2d6f3c5513e4 Mon Sep 17 00:00:00 2001 From: bion howard Date: Wed, 4 Jun 2025 19:06:03 -0400 Subject: [PATCH] docs: fix typo in rewrite usage comment --- tree_plus_programs/rewrite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree_plus_programs/rewrite.py b/tree_plus_programs/rewrite.py index 204b16b..2b81a8c 100755 --- a/tree_plus_programs/rewrite.py +++ b/tree_plus_programs/rewrite.py @@ -14,7 +14,7 @@ # rewrite the tree_plus engine.py module in Rust: # rw -C ../tree_plus_src/engine.py ./engine.rs -# for specific lenths use -l +# for specific lengths use -l # rw -l 420 [input-path] [output-path] from pathlib import Path