From c144a1ae651c122fc92361c49d692c417d204069 Mon Sep 17 00:00:00 2001 From: Sunny Date: Fri, 16 Aug 2024 10:57:42 -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 7715dd250..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 ingored by comparing the labels +We can check that the right tokens are ignored by comparing the labels to each token: ```python