Update bayes.py

This commit is contained in:
cclauss
2018-09-11 19:24:22 +02:00
committed by GitHub
parent acb362dd7f
commit e48361a638

View File

@ -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)