Skip to content

Commit

Permalink
Update sdks/python/apache_beam/yaml/yaml_mapping.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Kinard <[email protected]>
  • Loading branch information
robertwb and Polber authored Dec 18, 2024
1 parent 0213f99 commit 513e6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/yaml/yaml_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def _PyJsFilter(
keep: An expression evaluating to true for those records that should be kept.
language: The language of the above expression.
Defaults to generic.
error_handling: (Optional) Whether and where to output records that throw errors when
error_handling: Whether and where to output records that throw errors when
the above expressions are evaluated.
""" # pylint: disable=line-too-long
keep_fn = _as_callable_for_pcoll(pcoll, keep, "keep", language or 'generic')
Expand Down

0 comments on commit 513e6a7

Please sign in to comment.