Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
capmar00 committed Jun 24, 2024
1 parent d8903f6 commit d065dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/test-ipywidget.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d065dd9

Please sign in to comment.