From 02fbf7c37d1b22e41d7077bee2ea4a7db0c1ff3b Mon Sep 17 00:00:00 2001 From: Galen Seilis Date: Mon, 27 Oct 2025 07:35:56 -0700 Subject: [PATCH] Fix typo in simulation initialization docstring - Fix spelling. - Reworded docstring. --- ciw/simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciw/simulation.py b/ciw/simulation.py index 858bd4e..0786602 100644 --- a/ciw/simulation.py +++ b/ciw/simulation.py @@ -32,7 +32,7 @@ def __init__( server_class=None, ): """ - Initialise an instance of the simualation. + Initialise a simulation instance. """ self.current_time = 0.0 self.network = network