Skip to content

Commit

Permalink
represenation->representation (#32588)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjtran authored Sep 30, 2024
1 parent e705e28 commit ac01dcc
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 ac01dcc

Please sign in to comment.