Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Dec 20, 2024
1 parent 9ba778c commit 9a75c58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _blacklist(self) -> None:
sampled_bet = self.bets[sampled_bet_index]

# the question is blacklisted, i.e., we did not place a bet on it,
# therefore, we bump to the queue status to next status
# therefore, we bump the queue's status to the next one
sampled_bet.queue_status = sampled_bet.queue_status.next_status()

def setup(self) -> None:
Expand Down

0 comments on commit 9a75c58

Please sign in to comment.