From 44fe82b251738f195fff7fe98f356e90a1c98dd8 Mon Sep 17 00:00:00 2001 From: cprutean <cip.pruteanu@ed.ac.uk> Date: Wed, 7 Aug 2024 14:45:58 +0100 Subject: [PATCH] Update file Checkpoint5.ipynb --- Checkpoints/Checkpoint5.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Checkpoints/Checkpoint5.ipynb b/Checkpoints/Checkpoint5.ipynb index 8b22f1c..cbaf0e0 100644 --- a/Checkpoints/Checkpoint5.ipynb +++ b/Checkpoints/Checkpoint5.ipynb @@ -129,7 +129,7 @@ " \n", "\n", "def Checkpoint5_1(v_initial, theta, beta, delta_t):\n", - " \"\"\" Main program to read in from terminal, do itteration, and plot out graph\n", + " \"\"\" Main program to read in from terminal, do iteration, and plot out graph\n", " \"\"\"\n", " print(\"Trajectory for (v0, theta, beta, delta_t) = ({0}, {1}, {2}, {3})\".format(v_initial, theta, beta, delta_t))\n", " ...\n", -- GitLab