Skip to content

Commit 307554d

Browse files
authored
Fix typo in simulation initialization docstring (#288)
- Fix spelling. - Reworded docstring.
1 parent 734c8e5 commit 307554d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciw/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(
3232
server_class=None,
3333
):
3434
"""
35-
Initialise an instance of the simualation.
35+
Initialise a simulation instance.
3636
"""
3737
self.current_time = 0.0
3838
self.network = network

0 commit comments

Comments
 (0)