Skip to content

Commit

Permalink
Less whitespace for sphinx/RTD/etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bloedow committed Sep 28, 2023
1 parent 66b3208 commit 84f1655
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions emodpy_typhoid/interventions/typhoid_vaccine.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

def new_intervention( camp, efficacy=0.82, mode="Shedding", constant_period=0, decay_constant=6935.0 ):
"""
Create a new TyphoidVaccine intervention with specified parameters. If you use this function directly,
you'll need to distribute the intervention with a function like ScheduledCampaignEvent or TriggeredCampaignEvent
from emod_api.interventions.common.
Create a new TyphoidVaccine intervention with specified parameters. If you use this function directly, you'll need to distribute the intervention with a function like ScheduledCampaignEvent or TriggeredCampaignEvent from emod_api.interventions.common.
Args:
camp (Camp): The camp to which the intervention is applied.
Expand Down

0 comments on commit 84f1655

Please sign in to comment.