Update Probability.ipynb

Typo "than" -> "then" thanks to @zt10001
This commit is contained in:
Peter Norvig
2025-05-30 14:11:45 -07:00
committed by GitHub
parent 73261b0e0e
commit a670c99def

View File

@@ -313,7 +313,7 @@
"id": "fmlleKe5jrvR"
},
"source": [
"Now I want to define `Hands` as the sample space of all possible 5-card hands that could be dealt from a deck. The function `itertools.combinations` does most of the work; we than concatenate the combinations into space-separateds string using `joins`:\n"
"Now I want to define `Hands` as the sample space of all possible 5-card hands that could be dealt from a deck. The function `itertools.combinations` does most of the work; we then concatenate the combinations into space-separateds string using `joins`:\n"
]
},
{