Skip to content

Commit 3d1f279

Browse files
Update climada/hazard/centroids/centr.py
Co-authored-by: Lukas Riedel <[email protected]>
1 parent f9121d7 commit 3d1f279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

climada/hazard/centroids/centr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ def append(self, *centr):
339339
object with the union of all centroids.
340340
341341
Note that the result might contain duplicate points if the object to append has an overlap
342-
with the current object. Duplicates points will be removed in `union`
343-
by calling `remove_duplicate_points`.
342+
with the current object. Remove duplicates by either using :py:meth:`union`
343+
or calling :py:meth:`remove_duplicate_points` after appending.
344344
345345
Parameters
346346
----------

0 commit comments

Comments
 (0)