From 70f620437e1da402d60b90fbde9ba4cbc8ac4ea5 Mon Sep 17 00:00:00 2001 From: Graham Taylor Date: Mon, 1 Mar 2021 23:11:17 -0500 Subject: [PATCH] Fix typo in chap08 nb --- notebooks/chap08.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/chap08.ipynb b/notebooks/chap08.ipynb index c4a8dc2b..4a54e5f8 100644 --- a/notebooks/chap08.ipynb +++ b/notebooks/chap08.ipynb @@ -968,7 +968,7 @@ "source": [ "**Exercise:** Another version of the sand pile model, called the \"single source\" model, starts from a different initial condition: instead of all cells at the same level, all cells are set to 0 except the center cell, which is set to a very large value.\n", "\n", - "Write a function that creates a `SandPile` object, sets up the single source initial condition, and runs until the pile reaches equilibrium. Does the results appear to be fractal?\n", + "Write a function that creates a `SandPile` object, sets up the single source initial condition, and runs until the pile reaches equilibrium. Does the result appear to be fractal?\n", "\n", "You can read more about this version of the sand pile model at http://math.cmu.edu/~wes/sandgallery.html" ]