From 8cc7b5a64b4fdb6d908a17ddaea3da644f05232b Mon Sep 17 00:00:00 2001 From: mcsmart76 Date: Sun, 17 Sep 2023 19:13:08 -0700 Subject: [PATCH] Fix comment in `update_flux` Add an apostrophe to "walls surfaces". --- examples/wall.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wall.ipynb b/examples/wall.ipynb index 4814fe1d..43adc529 100644 --- a/examples/wall.ipynb +++ b/examples/wall.ipynb @@ -365,7 +365,7 @@ "outputs": [], "source": [ "def compute_flux(t, state, system):\n", - " \"\"\"Compute the fluxes between the walls surfaces and the internal masses.\n", + " \"\"\"Compute the fluxes between the wall's surfaces and the internal masses.\n", " \n", " state: State with T_C1 and T_C2\n", " t: time in seconds\n",