Skip to content

Commit

Permalink
Update python/cuspatial/cuspatial/core/spatial/distance.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Wang <[email protected]>
  • Loading branch information
taureandyernv and isVoid committed Aug 11, 2023
1 parent 377c5fa commit 5e2593f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuspatial/cuspatial/core/spatial/distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def haversine_distance(p1: GeoSeries, p2: GeoSeries):
The distance between pairs of points between `p1` and `p2`
Examples
--------
You can calculate the Haversine Distance from a cuDF dataframe or from a GeoSeries list of points
You can calculate the Haversine Distance from a cuDF dataframe.
>>> import cudf
>>> import cuspatial
Expand Down

0 comments on commit 5e2593f

Please sign in to comment.