We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe425f commit 41e6ff8Copy full SHA for 41e6ff8
sdks/python/apache_beam/runners/worker/data_sampler.py
@@ -81,10 +81,10 @@ class ExceptionMetadata:
81
# The repr-ified Exception.
82
msg: str
83
84
- # The transform where the exception occured.
+ # The transform where the exception occurred.
85
transform_id: str
86
87
- # The instruction when the exception occured.
+ # The instruction when the exception occurred.
88
instruction_id: str
89
90
0 commit comments