Skip to content

Commit

Permalink
Minor change to clarify meaning of parameter (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
marghe-molaro authored Feb 28, 2024
1 parent 0d5bd0d commit 3cc2a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tlo/methods/healthsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ class HealthSystem(Module):
' to the module initialiser.'),

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

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

0 comments on commit 3cc2a0c

Please sign in to comment.