[Doc]: fix various typos in multiple files (#23179)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-08-22 19:38:46 +02:00
committed by GitHub
parent b6d7d34fc6
commit 22cf679aad
7 changed files with 12 additions and 12 deletions

View File

@@ -1330,7 +1330,7 @@ def apply_mistral_chat_template(
# mistral-common uses assert statements to stop processing of input
# if input does not comply with the expected format.
# We convert those assertion errors to ValueErrors so they can be
# are properly caught in the preprocessing_input step
# properly caught in the preprocessing_input step
except (AssertionError, MistralCommonException) as e:
raise ValueError(str(e)) from e