From 967fbf81526870c6bb398a7b2618a5eb6f1c18ef Mon Sep 17 00:00:00 2001 From: Sunny Date: Fri, 16 Aug 2024 11:17:52 -0400 Subject: [PATCH] fixedtypo --- docs/input_output.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/input_output.qmd b/docs/input_output.qmd index 6559578d1..81b7d529a 100644 --- a/docs/input_output.qmd +++ b/docs/input_output.qmd @@ -205,7 +205,7 @@ ds = load_from_disk(f'last_run_prepared/{directory[0]}/') hi there!. goodbye farewell ``` -We can check that the right tokens are ignored by comparing the labels +We can check that the right tokens are ignored by comparing the labels to each token: ```python