From 41e6ff8769cc1d74f0cb809ca346f8b88ca10dc4 Mon Sep 17 00:00:00 2001 From: harshadkhetpal Date: Tue, 7 Apr 2026 14:37:46 +0530 Subject: [PATCH] fix: correct typo "occured" to "occurred" --- sdks/python/apache_beam/runners/worker/data_sampler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/python/apache_beam/runners/worker/data_sampler.py b/sdks/python/apache_beam/runners/worker/data_sampler.py index c95c88f2dbdf..4e4f1a64a508 100644 --- a/sdks/python/apache_beam/runners/worker/data_sampler.py +++ b/sdks/python/apache_beam/runners/worker/data_sampler.py @@ -81,10 +81,10 @@ class ExceptionMetadata: # The repr-ified Exception. msg: str - # The transform where the exception occured. + # The transform where the exception occurred. transform_id: str - # The instruction when the exception occured. + # The instruction when the exception occurred. instruction_id: str