Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cvanwynsberghe/pyworld2 int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
Charles Vanwynsberghe authored and Charles Vanwynsberghe committed Nov 9, 2020
2 parents f9e85bd + 99c72dc commit 2d18648
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 2d18648

Please sign in to comment.