From ced8a7f304623db56ebd201c37ba4e3bc73c2d09 Mon Sep 17 00:00:00 2001 From: Spartan-71 Date: Sat, 23 Nov 2024 17:36:08 +0530 Subject: [PATCH] fix: typo --- docs/tutorials/intro_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/intro_tutorial.ipynb b/docs/tutorials/intro_tutorial.ipynb index f483181cfc3..5b4a0052a44 100644 --- a/docs/tutorials/intro_tutorial.ipynb +++ b/docs/tutorials/intro_tutorial.ipynb @@ -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",