Skip to content

Commit 472d0c5

Browse files
committed
Fix typo in tutorial
1 parent 85a5826 commit 472d0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/climada_util_calibrate.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@
893893
"To achieve this, we iterate over the unique track IDs, select all reported damages associated with this ID, and concatenate the results.\n",
894894
"For missing entries, `pandas` will set the value to NaN.\n",
895895
"We assume that missing entries means that no damages are reported (this is a strong assumption), and set all NaN values to zero.\n",
896-
"Then, we transpose the dataframe so that each row represents and event and each column states the damage for a specific country.\n",
896+
"Then, we transpose the dataframe so that each row represents an event and each column states the damage for a specific country.\n",
897897
"Finally, we set the track ID to be the index of the data frame."
898898
]
899899
},

0 commit comments

Comments
 (0)