Skip to content

Commit

Permalink
represenation->representation (apache#32588)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjtran authored and reeba212 committed Dec 4, 2024
1 parent 488d6fd commit e0de72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/transforms/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ def merge_accumulators(self, accumulators, *args, **kwargs):
raise NotImplementedError(str(self))

def compact(self, accumulator, *args, **kwargs):
"""Optionally returns a more compact represenation of the accumulator.
"""Optionally returns a more compact representation of the accumulator.
This is called before an accumulator is sent across the wire, and can
be useful in cases where values are buffered or otherwise lazily
Expand Down

0 comments on commit e0de72e

Please sign in to comment.