File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ class HealthSystem(Module):
531
531
' to the module initialiser.' ),
532
532
533
533
'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" ),
535
535
'year_mode_switch' : Parameter (
536
536
Types .INT , "Year in which mode switch in enforced" ),
537
537
@@ -625,7 +625,7 @@ def __init__(
625
625
and priority
626
626
:param ignore_priority: If ``True`` do not use the priority information in HSI
627
627
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
629
629
:param capabilities_coefficient: Multiplier for the capabilities of health
630
630
officers, if ``None`` set to ratio of initial population to estimated 2010
631
631
population.
You can’t perform that action at this time.
0 commit comments