diff --git a/CodeExamples/CodeExamples.ipynb b/CodeExamples/CodeExamples.ipynb index 71e566027ed1deae98aeeaed3c08e10e2bfbe7b5..9ef043dfa6a525664bc71a0d2e92b107d3d7b6a8 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",