From d065dd9063edc62ad6c304420b296919bfe53131 Mon Sep 17 00:00:00 2001 From: CapMar00 Date: Mon, 24 Jun 2024 07:01:15 +0200 Subject: [PATCH] minor changes --- notebooks/test-ipywidget.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/test-ipywidget.ipynb b/notebooks/test-ipywidget.ipynb index e575857..8c60e19 100644 --- a/notebooks/test-ipywidget.ipynb +++ b/notebooks/test-ipywidget.ipynb @@ -82,8 +82,8 @@ "metadata": {}, "outputs": [], "source": [ - "# Data structure for country to subareas mapping\n", - "# https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country\n", + "# Data structure for country to subareas mapping. The complete list must be done by hand.\n", + "# source: https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country\n", "country_to_subareas = {\n", " \"Madagascar\": [\n", " 'Alaotra-Mangoro',\n",