Skip to content

Commit

Permalink
Update game_stats.py (#31134)
Browse files Browse the repository at this point in the history
Fixing a typo in examples & docs.
  • Loading branch information
aaltay authored Apr 30, 2024
1 parent 7f7bc3e commit 43bf99d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43bf99d

Please sign in to comment.