Skip to content

Commit 6ec9687

Browse files
committed
Update visualization_tutorial.ipynb
1 parent b65fa0a commit 6ec9687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/visualization_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"source": [
7171
"try:\n",
7272
" from mesa.examples.basic import BoltzmannWealthModel\n",
73-
"except ImportError:\n",
73+
"except ModuleNotFoundError:\n",
7474
" from MoneyModel import MoneyModel as BoltzmannWealthModel\n"
7575
],
7676
"outputs": [

0 commit comments

Comments
 (0)