Skip to content

Commit

Permalink
Update sdks/python/apache_beam/ml/transforms/handlers.py
Browse files Browse the repository at this point in the history
Co-authored-by: tvalentyn <[email protected]>
  • Loading branch information
AnandInguva and tvalentyn authored Feb 9, 2024
1 parent cddc98a commit b8dd486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/ml/transforms/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(
coder=coders.registry.get_coder(Any),
):
"""
Uses PickleCoder to encode/decode the dictonaries.
Encodes/decodes items of a dictionary into a single element.
Args:
exclude_columns: list of columns to exclude from the encoding.
"""
Expand Down

0 comments on commit b8dd486

Please sign in to comment.