From 7c83554cd263e540c077fdb9ced1ff9836e94240 Mon Sep 17 00:00:00 2001
From: Chandrasekhar Ramakrishnan <cramakri@ethz.ch>
Date: Tue, 17 Mar 2020 11:34:44 +0000
Subject: [PATCH] style: fixed a comment to be clearer

---
 notebooks/Dashboard.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notebooks/Dashboard.ipynb b/notebooks/Dashboard.ipynb
index 228a2c62..70fc4a79 100644
--- a/notebooks/Dashboard.ipynb
+++ b/notebooks/Dashboard.ipynb
@@ -51,7 +51,7 @@
     "\n",
     "# Identify countries with 100 or more cases\n",
     "countries_over_thresh = helper.countries_with_number_of_cases(jhu_frames_map, 'confirmed', 100)\n",
-    "# Filter out some very small countries\n",
+    "# Filter out some countries with very high case/population ratio\n",
     "countries_over_thresh = [c for c in countries_over_thresh if c not in set(['San Marino', 'Iceland'])]"
    ]
   },
-- 
GitLab