diff --git a/src/distilabel/llms/base.py b/src/distilabel/llms/base.py index ced6a8e04..f061af32e 100644 --- a/src/distilabel/llms/base.py +++ b/src/distilabel/llms/base.py @@ -220,7 +220,7 @@ def _offline_batch_generate_polling( f" for {self.offline_batch_generation_block_until_done} seconds before" " trying to get the results again." ) - # When running a `Step` in a child process, SIGINT is overriden so the child + # When running a `Step` in a child process, SIGINT is overridden so the child # process doesn't stop when the parent process receives a SIGINT signal. # The new handler sets an environment variable that is checked here to stop # the polling.