diff --git a/notebook/JupyterNotebookGuide.ipynb b/notebook/JupyterNotebookGuide.ipynb index af964fd72d16d15797c2312f48171f876ba95606..3d9a689b303f551567e009e9562d0fbd41cc8039 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)" ]