From 1f09f48d8fa5f244aef05461b0b2d557860875da Mon Sep 17 00:00:00 2001 From: sunny Date: Fri, 16 Aug 2024 11:27:56 -0400 Subject: [PATCH] fixed small typo --- 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 55e21ab1c..6559578d1 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