Skip to content

Commit 87d89da

Browse files
Haleshotakshayka
andauthored
eng
Co-authored-by: Akshay Agrawal <akshay@marimo.io>
1 parent 17727c5 commit 87d89da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probability/03_probability_of_or.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _(mo):
3535
3636
When calculating the probability of either one event _or_ another occurring, we need to be careful about how we combine probabilities. The method depends on whether the events can happen together[<sup>1</sup>](https://chrispiech.github.io/probabilityForComputerScientists/en/part1/prob_or/).
3737
38-
Let's explore how to calculate $P(E \cup F)$ or $P(E \text{ or } F)$ in different scenarios.
38+
Let's explore how to calculate $P(E \cup F)$, i.e. $P(E \text{ or } F)$, in different scenarios.
3939
"""
4040
)
4141
return

0 commit comments

Comments
 (0)