Update Probability.ipynb
Typo "than" -> "then" thanks to @zt10001
This commit is contained in:
parent
73261b0e0e
commit
a670c99def
@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user