Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Zablocki <bzablocki@google.com>
  • Loading branch information
robertwb and bzablocki authored Aug 20, 2024
1 parent daf28cd commit 5141f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/transforms/error_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ErrorHandler:
subtransforms.
The `with_error_handling` should accept `None` to indicate that error handling
is not enabled (and make implementation-by-forwarding-error-handers easier).
is not enabled (and make implementation-by-forwarding-error-handlers easier).
In this case, any non-recoverable errors should fail the pipeline (e.g.
propagate exceptions in `process` methods) rather than silently ignore errors.
"""
Expand Down

0 comments on commit 5141f14

Please sign in to comment.