Skip to content

Commit daaff29

Browse files
committed
healthsystem: typo
1 parent 0f5a2f1 commit daaff29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tlo/methods/healthsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def initialise(self):
353353
# If there are bed-days specified, add (if needed) the in-patient admission and in-patient day Appointment
354354
# Types.
355355
# (HSI that require a bed for one or more days always need such appointments, but this may have been
356-
# missed in the declaration of the `EXPECTED_APPPT_FOOTPRINT` in the HSI.)
356+
# missed in the declaration of the `EXPECTED_APPT_FOOTPRINT` in the HSI.)
357357
# NB. The in-patient day Appointment time is automatically applied on subsequent days.
358358
if sum(self.BEDDAYS_FOOTPRINT.values()):
359359
self.EXPECTED_APPT_FOOTPRINT = health_system.bed_days.add_first_day_inpatient_appts_to_footprint(

0 commit comments

Comments
 (0)