From 23a42a631b96eb3e480dbb44ca0a4b7da1951017 Mon Sep 17 00:00:00 2001
From: cprutean <cip.pruteanu@ed.ac.uk>
Date: Fri, 8 Sep 2023 23:25:19 +0100
Subject: [PATCH] Update file CodeExamples.ipynb

---
 CodeExamples/CodeExamples.ipynb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CodeExamples/CodeExamples.ipynb b/CodeExamples/CodeExamples.ipynb
index 71e5660..9ef043d 100644
--- a/CodeExamples/CodeExamples.ipynb
+++ b/CodeExamples/CodeExamples.ipynb
@@ -93,7 +93,7 @@
     "Set of examples for reading and writing to simple text file.\n",
     "\n",
     "> [ReadTextFile](ReadTextFile.ipynb): Read a text file and print out again (discussed \"\\n\" problem with print()).  \n",
-    "> [WriteFile](WriteFile.ipynb): Writes a bit of text (and culture) to a file. (this write / overwrites \"burns.txt\").  \n",
+    "> [WriteFile](WriteFile.ipynb): Writes a bit of text (and culture) to a file (this write / overwrites \"burns.txt\").  \n",
     "> [RangeLooptoFile](RangeLooptoFile.ipynb): Write data to a file from a loop.  \n",
     "> [LineCount](LineCount.ipynb): Open a file and count the number of lines  (with error trap for wrong filename).  \n",
     "> [ImageShow](ImageShow.ipynb): Read and display an image file using Matplotlib.  \n",
@@ -143,7 +143,7 @@
     "Some more advanced examples using extensive OOP.\n",
     "\n",
     "> [Vector](Vectors.ipynb): A more complete Vector3d class than presented in the notes with some more complex Python constructs.  \n",
-    "> [Molecule](Molecule.ipynb): A solution to optional checkpoint 6 with some more additional ```Python``` concepts.  \n",
+    "> [Molecule](Molecule.ipynb): A part of the solution to optional checkpoint 6 with some more additional ```Python``` concepts.  \n",
     "\n",
     "Data supplied\n",
     "\n",
-- 
GitLab