From 43bf99ddcefbb0eac0b8ecbe2eaf99d409719a99 Mon Sep 17 00:00:00 2001 From: Ahmet Altay Date: Tue, 30 Apr 2024 15:31:03 -0700 Subject: [PATCH] Update game_stats.py (#31134) Fixing a typo in examples & docs. --- sdks/python/apache_beam/examples/complete/game/game_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/examples/complete/game/game_stats.py b/sdks/python/apache_beam/examples/complete/game/game_stats.py index d6f5aab3e7b9..233d22b75427 100644 --- a/sdks/python/apache_beam/examples/complete/game/game_stats.py +++ b/sdks/python/apache_beam/examples/complete/game/game_stats.py @@ -196,7 +196,7 @@ def expand(self, pcoll): # [START abuse_detect] class CalculateSpammyUsers(beam.PTransform): """Filter out all but those users with a high clickrate, which we will - consider as 'spammy' uesrs. + consider as 'spammy' users. We do this by finding the mean total score per user, then using that information as a side input to filter out all but those user scores that are