Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan-71 authored and tpike3 committed Nov 25, 2024
1 parent 6fb4ef7 commit ced8a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/intro_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
"metadata": {},
"outputs": [],
"source": [
"model = MoneyModel(10) # Tels the model to create 10 agents\n",
"model = MoneyModel(10) # Tells the model to create 10 agents\n",
"for _ in range(\n",
" 30\n",
"): # Runs the model for 10 steps; an underscore is common convention for a variable that is not used\n",
Expand Down

0 comments on commit ced8a7f

Please sign in to comment.