From e606697e5091bf4658dc973e1b41f95cb4e6b986 Mon Sep 17 00:00:00 2001 From: cprutean <cip.pruteanu@ed.ac.uk> Date: Wed, 18 Sep 2024 10:16:57 +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 877a40a..33af0a1 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