Skip to content

Commit b88eca2

Browse files
committed
spelling relevant
1 parent bd020c5 commit b88eca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ciw/arrival_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def find_next_event_date(self):
7979
def have_event(self):
8080
"""
8181
Finds a batch size. Creates that many Individuals and send
82-
them to the relevent node. Then updates the event_dates_dict.
82+
them to the relevant node. Then updates the event_dates_dict.
8383
"""
8484
batch = self.batch_size(self.next_node, self.next_class)
8585
for _ in range(batch):

0 commit comments

Comments
 (0)