From 16a09d11da796578a26b46d1c6a45833ad1cca40 Mon Sep 17 00:00:00 2001 From: FARHI Laurence <laurence.farhi@inria.fr> Date: Thu, 8 Apr 2021 10:30:17 +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 af964fd..3d9a689 100644 --- a/notebook/JupyterNotebookGuide.ipynb +++ b/notebook/JupyterNotebookGuide.ipynb @@ -111,7 +111,7 @@ "metadata": {}, "outputs": [], "source": [ - "# math.sqrt (pour square root) calcule la racine carrée\n", + "# math.sqrt (pour square root) calculates the square root\n", "import math\n", "math.sqrt(2)" ] -- GitLab