From 44ef98a840710b7ba48930d0d64b6ecf0de538f2 Mon Sep 17 00:00:00 2001 From: e8cd81a9daec1342b91d86159a8e6219 Date: Wed, 31 Aug 2022 17:05:31 +0000 Subject: [PATCH] Typos --- module2/exo1/toy_notebook_fr.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 40b2c8c..f79e9d0 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -18,7 +18,7 @@ }, "source": [ "## En demandant à la lib maths\n", - "mon ordinateur m'indique que $\\pi$ vaut *approximativement*" + "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*" ] }, { @@ -38,7 +38,7 @@ } ], "source": [ - "from math import*\n", + "from math import *\n", "print(pi)" ] }, -- 2.18.1