Skip to content

Commit 41e6ff8

Browse files
fix: correct typo "occured" to "occurred"
1 parent 9fe425f commit 41e6ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdks/python/apache_beam/runners/worker/data_sampler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ class ExceptionMetadata:
8181
# The repr-ified Exception.
8282
msg: str
8383

84-
# The transform where the exception occured.
84+
# The transform where the exception occurred.
8585
transform_id: str
8686

87-
# The instruction when the exception occured.
87+
# The instruction when the exception occurred.
8888
instruction_id: str
8989

9090

0 commit comments

Comments
 (0)