Skip to content

Commit 51c19f3

Browse files
committed
Text cleanup
1 parent 5aba4ce commit 51c19f3

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
@@ -253,7 +253,7 @@
253253
"\n",
254254
"For all purposes, we can treat the object `some_deterministic_var` as a variable and not a Python function. \n",
255255
"\n",
256-
"Prepending with the wrapper is the easiest way, but not the only way, to create deterministic variables. This is not completely true: elementary operations, like addition, exponentials etc. implicitly create deterministic variables. For example, the following returns a deterministic variable:"
256+
"Prepending with the wrapper is the easiest way, but not the only way, to create deterministic variables: elementary operations, like addition, exponentials etc. implicitly create deterministic variables. For example, the following returns a deterministic variable:"
257257
]
258258
},
259259
{

0 commit comments

Comments
 (0)