From e0de72e788ae9ff7ec9e02689ed30e4ce5e17beb Mon Sep 17 00:00:00 2001 From: Hai Joey Tran Date: Mon, 30 Sep 2024 11:36:53 -0400 Subject: [PATCH] represenation->representation (#32588) --- sdks/python/apache_beam/transforms/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/transforms/core.py b/sdks/python/apache_beam/transforms/core.py index 8b44cde6c34..4273e8c340f 100644 --- a/sdks/python/apache_beam/transforms/core.py +++ b/sdks/python/apache_beam/transforms/core.py @@ -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