Skip to content

Commit 2f6ee27

Browse files
Update climada/hazard/tc_tracks.py
Co-authored-by: Sarah Hülsen <[email protected]>
1 parent 7414fd5 commit 2f6ee27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/hazard/tc_tracks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3044,7 +3044,7 @@ def compute_track_density(
30443044
Example:
30453045
--------
30463046
>>> tc_tracks = TCTrack.from_ibtracs_netcdf("path_to_file")
3047-
>>> tc_tracks.equal_timestep(time_steph_h = 1)
3047+
>>> tc_tracks.equal_timestep(time_step_h = 1)
30483048
>>> hist_count, *_ = compute_track_density(tc_track = tc_tracks, res = 1)
30493049
>>> ax = plot_track_density(hist_count)
30503050

0 commit comments

Comments
 (0)