Skip to content

Commit 3be63e5

Browse files
committed
Fix typo on chapter 2: catagory -> category
1 parent 79c5274 commit 3be63e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter2_MorePyMC/MorePyMC.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"source": [
189189
"PyMC is concerned with two types of programming variables: `stochastic` and `deterministic`.\n",
190190
"\n",
191-
"* *stochastic variables* are variables that are not deterministic, i.e., even if you knew all the values of the variables' parents (if it even has any parents), it would still be random. Included in this catagory are instances of classes `Poisson`, `DiscreteUniform`, and `Exponential`.\n",
191+
"* *stochastic variables* are variables that are not deterministic, i.e., even if you knew all the values of the variables' parents (if it even has any parents), it would still be random. Included in this category are instances of classes `Poisson`, `DiscreteUniform`, and `Exponential`.\n",
192192
"\n",
193193
"* *deterministic variables* are variables that are not random if the variables' parents were known. This might be confusing at first: a quick mental check is *if I knew all of variable `foo`'s parent variables, I could determine what `foo`'s value is.* \n",
194194
"\n",

0 commit comments

Comments
 (0)