Skip to content

Commit cf3ca13

Browse files
committed
Reword explanation of model binding in a context
1 parent d8215d8 commit cf3ca13

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)