Skip to content

Commit b56a039

Browse files
committed
Minor change to clarify meaning of parameter
1 parent 0d5bd0d commit b56a039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tlo/methods/healthsystem.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ class HealthSystem(Module):
531531
' to the module initialiser.'),
532532

533533
'policy_name': Parameter(
534-
Types.STRING, "Name of priority policy assumed to have been adopted until policy switch"),
534+
Types.STRING, "Name of priority policy adopted"),
535535
'year_mode_switch': Parameter(
536536
Types.INT, "Year in which mode switch in enforced"),
537537

@@ -625,7 +625,7 @@ def __init__(
625625
and priority
626626
:param ignore_priority: If ``True`` do not use the priority information in HSI
627627
event to schedule
628-
:param policy_name: Name of priority policy that will be adopted if any
628+
:param policy_name: Name of priority policy adopted
629629
:param capabilities_coefficient: Multiplier for the capabilities of health
630630
officers, if ``None`` set to ratio of initial population to estimated 2010
631631
population.

0 commit comments

Comments
 (0)