From 7daa97a2172b78bb18e23a527b1e1acf59f11281 Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Wed, 15 Apr 2026 21:02:58 -0700 Subject: [PATCH] sdks/python: fix 'occured' -> 'occurred' in data_sampler.py comments Two comments in sdks/python/apache_beam/runners/worker/data_sampler.py (lines 84, 87) read 'exception occured'. Fixed to 'occurred'. Comment-only change. Signed-off-by: SAY-5 --- 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