diff --git a/active_projects/eop/bayes.py b/active_projects/eop/bayes.py index 0ffd0bdc..bbf62642 100644 --- a/active_projects/eop/bayes.py +++ b/active_projects/eop/bayes.py @@ -1010,7 +1010,7 @@ class UpdatePokerPrior(SampleSpaceScene): "P(", s, self.double_heart_template, ")", "= ", num ) - for s, num in ("", p_str), ("\\text{not }", q_str) + for s, num in (("", p_str), ("\\text{not }", q_str)) ] for label in labels: label.scale(0.7)