From 6329e6c6e3eefffeaccfe6e2628d481af928de10 Mon Sep 17 00:00:00 2001 From: cprutean <cip.pruteanu@ed.ac.uk> Date: Wed, 18 Sep 2024 10:16:07 +0100 Subject: [PATCH] Update file program.ipynb --- CourseNotes/program.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CourseNotes/program.ipynb b/CourseNotes/program.ipynb index 00bbcb1..56e2fc2 100644 --- a/CourseNotes/program.ipynb +++ b/CourseNotes/program.ipynb @@ -72,7 +72,7 @@ ">```python\n", " python3 MyProgram.py\n", ">```\n", - ">from a Terminal Window. You do not have to worry about the underlying\n", + "from a Terminal Window. You do not have to worry about the underlying\n", ">details, particularly since we are running from Jupyter Notebooks in this course, but an understanding of what is “happening†is useful\n", ">when you are trying to work out why your program is not working….\n", "\n", -- GitLab