From a2d4779e8a2a81d805a675e6dd544720caa96d4d Mon Sep 17 00:00:00 2001 From: Valerie COGNAT Date: Wed, 15 Jul 2020 14:39:55 +0200 Subject: [PATCH] =?UTF-8?q?faute=20de=20frappe=20corrig=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module3/exo1/analyse-syndrome-grippal.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index 9578e79..bd3b68c 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -82,7 +82,7 @@ "import urllib.request\n", "import os\n", "data_file = \"incidence-PAY-3.csv\"\n", - "if bot os.path.isfile(data_file):\n", + "if not os.path.isfile(data_file):\n", " urllib.request.urlretrieve(data_url, data_file)" ] }, -- 2.18.1