Skip to content

Commit 56c1fc8

Browse files
authored
Merge pull request #16 from jbn/master
Reword explanation of model binding in a context
2 parents d8215d8 + cf3ca13 commit 56c1fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Chapter2_MorePyMC/Ch2_MorePyMC_PyMC3.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"cell_type": "markdown",
104104
"metadata": {},
105105
"source": [
106-
"Each variable assigned to a model will be defined with its own name, the first string parameter (we will cover this further in the variables section). To reset the model, we need only run the first block of code again."
106+
"Each variable assigned to a model will be defined with its own name, the first string parameter (we will cover this further in the variables section). To create a new model, we need only run the first block of code again."
107107
]
108108
},
109109
{
@@ -131,7 +131,7 @@
131131
"cell_type": "markdown",
132132
"metadata": {},
133133
"source": [
134-
"We can also simply define an entirely new model. Note that we are free to name our models whatever we like, so if we do not want to overwrite an old model we need only make another."
134+
"We can also define an entirely separate model. Note that we are free to name our models whatever we like, so if we do not want to overwrite an old model we need only make another."
135135
]
136136
},
137137
{

0 commit comments

Comments
 (0)