Skip to content

Commit

Permalink
[L2-4] Correct small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mesnardo committed Aug 22, 2018
1 parent bf8ad17 commit a515f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/02_spacetime/02_04_1DBurgers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now, let's create an interactive figure with the `ipywidgets` modules.\n",
"Now, let's create an interactive figure with the `ipywidgets` module.\n",
"We start by importing the module, then define a function (`burgers`) that computes and plots the numerical solution along with the analytical solution, and finally create a interactive widgets (that will call the `burgers` function based on the chosen parameters)."
]
},
Expand Down

0 comments on commit a515f8e

Please sign in to comment.