Skip to content

Commit e8cf2e1

Browse files
committed
doc fix
1 parent 7fb2c0d commit e8cf2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emod_api/demographics/demographics_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def SetMinimalNodeAttributes(self):
399399
# DTK is births per person per day.
400400
def SetBirthRate(self,
401401
birth_rate: float,
402-
node_ids: List = None):
402+
node_ids: List[int] = None) -> None:
403403
"""
404404
Set Default birth rate to birth_rate. Turn on Vital Dynamics and Births implicitly.
405405

0 commit comments

Comments
 (0)