Skip to content

Commit b73df5a

Browse files
Merge pull request CamDavidsonPilon#251 from gordonfierce/master
Fix minor typo to show possession.
2 parents bf75060 + 971969e commit b73df5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter2_MorePyMC/Chapter2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"\n",
6060
"Likewise, `data_generator` is a parent to the variable `data_plus_one` (hence making `data_generator` both a parent and child variable). Although it does not look like one, `data_plus_one` should be treated as a PyMC variable as it is a *function* of another PyMC variable, hence is a child variable to `data_generator`.\n",
6161
"\n",
62-
"This nomenclature is introduced to help us describe relationships in PyMC modeling. You can access a variables children and parent variables using the `children` and `parents` attributes attached to variables."
62+
"This nomenclature is introduced to help us describe relationships in PyMC modeling. You can access a variable's children and parent variables using the `children` and `parents` attributes attached to variables."
6363
]
6464
},
6565
{

0 commit comments

Comments
 (0)