Skip to content

Commit 38d7a7d

Browse files
chahankluseverin
andauthored
Fix typo in docstring
Co-authored-by: Luca Severino <[email protected]>
1 parent 9460d11 commit 38d7a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/util/coordinates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ def _nearest_neighbor_euclidean(
16201620
threshold : float
16211621
Assignement threshold in units of the provided crs.
16221622
If the distance to the nearest neighbor exceeds `threshold`, the index `-1` is assigned.
1623-
check_antimedirian: bool, optional
1623+
check_antimeridian: bool, optional
16241624
If True, the nearest neighbor in a strip with lon size equal to threshold around the
16251625
antimeridian is recomputed using the Haversine distance. The antimeridian is guessed from
16261626
both coordinates and centroids, and is assumed equal to 0.5*(lon_max+lon_min) + 180.

0 commit comments

Comments
 (0)