diff --git a/src/coffea/dataset_tools/preprocess.py b/src/coffea/dataset_tools/preprocess.py index df709300a..328f0daf3 100644 --- a/src/coffea/dataset_tools/preprocess.py +++ b/src/coffea/dataset_tools/preprocess.py @@ -118,7 +118,7 @@ def get_steps( ) if numpy.any(step_mask): warnings.warn( - f"In file {arg.file}, steps: {out[step_mask]} with align_cluster=True are " + f"In file {arg.file}, steps: {out[step_mask]} with align_clusters=True are " f"{step_size_safety_factor*100:.0f}% larger than target " f"step size: {target_step_size}!" )