We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9121d7 commit 3d1f279Copy full SHA for 3d1f279
climada/hazard/centroids/centr.py
@@ -339,8 +339,8 @@ def append(self, *centr):
339
object with the union of all centroids.
340
341
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`.
+ with the current object. Remove duplicates by either using :py:meth:`union`
+ or calling :py:meth:`remove_duplicate_points` after appending.
344
345
Parameters
346
----------
0 commit comments