From f0a98380f2c0688c92cc5dff78cd66645dbca944 Mon Sep 17 00:00:00 2001 From: FARHI Laurence <laurence.farhi@inria.fr> Date: Thu, 8 Apr 2021 15:42:38 +0000 Subject: [PATCH] typo --- notebook/JupyterNotebookGuide.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/JupyterNotebookGuide.ipynb b/notebook/JupyterNotebookGuide.ipynb index 3d9a689..dced6b3 100644 --- a/notebook/JupyterNotebookGuide.ipynb +++ b/notebook/JupyterNotebookGuide.ipynb @@ -111,7 +111,7 @@ "metadata": {}, "outputs": [], "source": [ - "# math.sqrt (pour square root) calculates the square root\n", + "# math.sqrt (for square root) calculates the square root\n", "import math\n", "math.sqrt(2)" ] -- GitLab