Skip to content

Commit 2515f2a

Browse files
committed
fix typo
1 parent 0fc33f8 commit 2515f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/climada_engine_Impact.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@
863863
"```\n",
864864
"The `threshold` argument defines the maximum distance of the nearest neighbor in the units of the `Exposure` crs. Setting `threshold` to 0 disables nearest neighbor matching and enforces exact matching. By default twice the highest resolution of the hazard centroids is chosen.\n",
865865
"\n",
866-
"When assingning `Centroids` manually, make sure to pass `assign_centroids=False` to the impact calculation, so that the assignment is not lost:\n",
866+
"When assigning `Centroids` manually, make sure to pass `assign_centroids=False` to the impact calculation, so that the assignment is not lost:\n",
867867
"```\n",
868868
"imp = ImpactCalc(exp_lp, impf_set, tc).impact(\n",
869869
" save_mat=False,\n",

0 commit comments

Comments
 (0)