From a83ff61bc0d382e3e0c493b17e2191e47885e378 Mon Sep 17 00:00:00 2001
From: cprutean <cip.pruteanu@ed.ac.uk>
Date: Wed, 18 Sep 2024 10:16:39 +0100
Subject: [PATCH] Update file program.ipynb

---
 CourseNotes/program.ipynb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CourseNotes/program.ipynb b/CourseNotes/program.ipynb
index 56e2fc2..877a40a 100644
--- a/CourseNotes/program.ipynb
+++ b/CourseNotes/program.ipynb
@@ -72,9 +72,9 @@
     ">```python\n",
     "          python3 MyProgram.py\n",
     ">```\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",
+    " 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",
     ">In particular when things go wrong, has it failed during\n",
     ">1.  conversion to low level instructions (syntax error),\n",
-- 
GitLab