Skip to content

Commit

Permalink
Merge pull request #534 from mwieler/patch-1
Browse files Browse the repository at this point in the history
Update tutorial.ipynb
  • Loading branch information
slundberg authored Dec 11, 2023
2 parents 46ac25f + b70feb1 commit 2b6edf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"source": [
"## Function encapsulation\n",
"\n",
"When you have a set of model operations you want to group together, you can place them into a custom guidance function. To do this you define a decorated python function that takes a model as the first positional argument and returns a new updated model. You can add this guidance function to a model to execute it, just like with the buil-in guidance functions like `gen`."
"When you have a set of model operations you want to group together, you can place them into a custom guidance function. To do this you define a decorated python function that takes a model as the first positional argument and returns a new updated model. You can add this guidance function to a model to execute it, just like with the built-in guidance functions like `gen`."
]
},
{
Expand Down

0 comments on commit 2b6edf0

Please sign in to comment.