From fc59e1da3c6a7c5e975fd00e1a612c1d3dac2b7e Mon Sep 17 00:00:00 2001 From: Wang Boyu Date: Sun, 2 Feb 2025 15:36:11 -0500 Subject: [PATCH] fix typo in intro tutorial --- 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 39d04b7e..17cdb2bf 100644 --- a/docs/tutorials/intro_tutorial.ipynb +++ b/docs/tutorials/intro_tutorial.ipynb @@ -109,7 +109,7 @@ "source": [ "### Create the person agent class\n", "\n", - "The person in this model represents one human being and we initilaize each person agent with two key parts: \n", + "The person in this model represents one human being and we initialize each person agent with two key parts: \n", "1. The agent attributes, such as recovery rate and death risk\n", "2. The step function, actions the agent will take each model step " ]