Skip to content

Commit

Permalink
Update world2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanwynsberghe authored Oct 26, 2020
1 parent 77c8af6 commit 99c72dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyworld2/world2.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def __init__(self, year_min=1900, year_max=2100, dt=0.2):
year_max : int, optional
end year of the simulation. The default is 2100.
dt : float, optional
time step of the numerica integration [year]. The default is 0.2.
time step of the numerical integration [year]. The default is 0.2.
"""
self.year_min = year_min
Expand Down

0 comments on commit 99c72dc

Please sign in to comment.