diff --git a/01_intro_to_jupyter.ipynb b/01_intro_to_jupyter.ipynb index 6526bfa..437f608 100644 --- a/01_intro_to_jupyter.ipynb +++ b/01_intro_to_jupyter.ipynb @@ -143,8 +143,7 @@ "* Notebooks have two types of cells:\n", " * Markdown cells where I can use Markdown to create formatted text.\n", " * Code cells where I write the code that can be run.\n", - "* The order in which code cells are run is important!\n", - "*" + "* The order in which code cells are run is important!\n" ] }, {