diff --git a/sdks/python/apache_beam/ml/transforms/handlers.py b/sdks/python/apache_beam/ml/transforms/handlers.py index 0a22f25e7390..d11dc9f16698 100644 --- a/sdks/python/apache_beam/ml/transforms/handlers.py +++ b/sdks/python/apache_beam/ml/transforms/handlers.py @@ -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. """